Quote:
Originally Posted by nirmala1982
Hi nikvpat,
I have created UIPickerView using interface builder and i want to load this when the user clicks on UITextField, every time i click on UiTextField Keyboard pops up but i dont see UIPickerView loading from NSBundle can help me on this
Thanks in advance
|
Refer methods of text field delegate in Apple Doc.....
find out method which causes keyboard to pop up.
in that method you can load UIPickerView from NIB file.
happy coding...............