How to make custom keyboard only for my app in Swift?
How to make custom keyboard only for my app in Swift? I do not want people to go to setting and then add keyboard. I want them to be able to use it immediately when they want it on my app. No extra work needed. How to implement this in Swift? Many links only talks about add new keyboard in setting. I don't want that. I'm quite new to UI please give me detail explanation. The UITextField and UITextView classes that you use for text input both have an inputView property. This property is nil by default, but if you provide it with a view, that view will pop up instead of the normal keyboard when