vote up 1 vote down star
1

Hello, I am developing a iPhone (Utility Application) app using Xcode and Interface Builder (IB). I am using a UIPickerView in my app using IB. But I dont know how to connect UIPickerView in my app. Its show a empty picker. How can I connect data in UIPickerView? Plz tell me details...

flag

22% accept rate

1 Answer

vote up 1 vote down

You have to implement the UIPickerViewDataSource and UIPickerViewDelegate protocols to get data into your picker and know when the user makes a selection. Then in IB make the connection from the picker to the object that implements these protocols.

link|flag
Thanks 4 ur answer. can u send me some sample code. – Nahid Feb 13 at 5:56
Take a look at the LocateMe example – Bill Dudney Feb 13 at 14:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.