I have a program, which a section of the form, in this case a UITextField
, which needs to be filled. But instead of a keyboard popup, I need to get a UIPickView
, which already has the options for the padding.
Then when the user starts editing this UITextField
, I need a UIPickView
to appear instead of the keyboard.
The program is for iOS, using Objective-C.