XCode- is it possible to add columns and images to PickerView in Interface Builder?
Is it possible to add images and columns to Picker View in XCode Interface Builder?
Image here:
http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpgI'm supposed to come up with 开发者_如何转开发something similar.. and I'm quite new to developing iphone app, but do have experience of C#/Java...
any tips/inputs?
thanks in advance!!
Yes, just return a UIView from the picker's delegate's viewForRow:forComponent: method.
What chrispix says is correct. but you can't create the whole view using Interface Builder
精彩评论