开发者

XCode- is it possible to add columns and images to PickerView in Interface Builder?

开发者 https://www.devze.com 2023-01-06 18:42 出处:网络
Is it possible to add images and columns to Picker View in XCode Interface Builder? Image here: http://media.tumblr.com/tumblr_l5fgqaBrEo1qar71d.jpg

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

Image here:

XCode- is it possible to add columns and images to PickerView in Interface Builder?

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

I'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

0

精彩评论

暂无评论...
验证码 换一张
取 消