I am just woundering if it is possible and if so how I could go about loading a new
view when the user touches a uitextfield?
What I am trying to do is load a new view where the user will use a picker to populate the UItextField instead of typing the word.
any help would be greatly appreciated
What you need here is the
inputViewproperty ofUITextField. If you set this for a text field, then instead of the usual keyboard, theinputViewobject will pop up. I had createdthis examplefor a related problem which uses aUIPickerViewas aninputViewto aUITextFieldobject. You can check it to see if it helps.