Top "Inputview" questions

iOS - Dismiss UIDatePicker presented as inputView

I have a text field in my UI that when it's selected presents a UIDatePicker instead of the default keyboard, …

ios uitextfield uidatepicker inputview
Custom Keyboard: inputView: how to change the Keyboard size?

I implemented the textfield with a custom keyboard with the "setInputView" function. But i have a problem: my keyboard frame …

textfield uikeyboard inputview
How do I retrieve keystrokes from a custom keyboard on an iOS app?

I need to build a custom keyboard for my iPhone app. Previous questions and answers on the topic have focused …

ios keyboard inputview
UItextView arabic text aligned to right

Using my custom arabic keyboard on UItextView inputView, I m filling my textView with the arabic text but cannot get …

iphone objective-c ios uitextview inputview
UITextField inputView is not working in Swift

I am trying to set inputView & inputAccessoryView for UITextField. But, as I start tap on textField only inputAccessoryView is …

ios swift uitextfield inputview
Prevent editing of text in UITextField and hide cursor/caret/magnifying glass while using an inputView

How do I prevent the editing of text in a UITextField along with hiding the cursor/caret/magnifying glass, but …

ios objective-c uitextfield inputview
How do I activate an inputView using a UIButton in Swift?

I am attempting to have a UIDatePicker come up as a keyboard when the user hits a UIButton. I was …

ios swift uibutton inputview
Custom inputView for UITextField , how do I direct input back to the text field?

I 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