I have a text field in my UI that when it's selected presents a UIDatePicker instead of the default keyboard, …
ios uitextfield uidatepicker inputviewI implemented the textfield with a custom keyboard with the "setInputView" function. But i have a problem: my keyboard frame …
textfield uikeyboard inputviewI need to build a custom keyboard for my iPhone app. Previous questions and answers on the topic have focused …
ios keyboard inputviewUsing my custom arabic keyboard on UItextView inputView, I m filling my textView with the arabic text but cannot get …
iphone objective-c ios uitextview inputviewI am trying to set inputView & inputAccessoryView for UITextField. But, as I start tap on textField only inputAccessoryView is …
ios swift uitextfield inputviewHow do I prevent the editing of text in a UITextField along with hiding the cursor/caret/magnifying glass, but …
ios objective-c uitextfield inputviewI have set a custom inputView to my UITextField. I need a way to display the data selected in my …
ios cocoa-touch uitextfield first-responder inputview