Lessons in iOS

Building a keyboard in iOS certainly has its challenges. Below I'll be listing some of the lessons I've learned while building my keyboard.

Height

It turns out that doing something simple like changing the height is quite complicated for iOS keyboards. These links were useful for me:


Methods we can override

So it turns out that textDidChange is called when the selection changes and textDidChange is never called - go figure! More details here.

I'll keep adding here as I go along.

Comments

Popular posts from this blog

Available Resources for Android

Using React Native in an Android Custom Keyboard

Popup Keyboard for Special Characters in Android