Top "Custom-keyboard" questions

Relating to a custom keyboard created to override the default onscreen keyboard in a user interface.

A Swift example of Custom Views for Data Input (custom in-app keyboard)

Goal I want to make a custom keyboard that is only used within my app, not a system keyboard that …

ios swift keyboard custom-keyboard
How to detect Orientation Change in Custom Keyboard Extension in iOS 8?

In Custom Keyboard Extension , we can't use `didRotateFromInterfaceOrientation:(UIInterfaceOrientation)fromInterfaceOrientation` and sharedApplication. I need to detect portrait or landscape in …

ios8 ios-app-extension custom-keyboard uiinputviewcontroller
Creating Custom Emojis for iOS Keyboard

I have done a research about making Custom Keyboard Extensions for new iOS 9 and adding Custom Emojis to it. Everywhere …

ios unicode emoji custom-keyboard
How to add images as text attachment in Swift using nsattributedstring

I'm trying to build a custom keyboard for iOS using images which I've put in as buttons. When I press …

ios iphone swift ios-app-extension custom-keyboard
How to know current interfaceOrientation in extension of iOS 8?

InterfaceOrientation of UIViewController is deprecated and the Document suggest to use [[UIApplication sharedApplication] statusBarOrientation], but there is no sharedApplication in …

ios ios8 ios-app-extension custom-keyboard
How to play keyboard click sound in custom keyboard?

I had created custom keyboard with UIView. However I didn't hear click sound of keyboard. So I tried following codes.…

ios objective-c cocoa-touch custom-keyboard