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.
I'll keep adding here as I go along.
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 thattextDidChange
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
Post a Comment