views:

27

answers:

2

Is it possible to add images and columns to Picker View in XCode Interface Builder?

Image here: http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpg

Im supposed to come up with something similar.. and im quite new to developing iphone app, but do have experience of C#/Java...

any tips/inputs?

thanks in advance!!

+1  A: 

Yes, just return a UIView from the picker's delegate's viewForRow:forComponent: method.

chrispix
A: 

What chrispix says is correct. but you can't create the whole view using Interface Builder

Mugunth Kumar