Quote:
Originally Posted by teddfox
My concern is when the keyboard dismisses, does it dismiss with the default keyboard, or does it dismiss on its own. I have a custom toolbar on top of the default keyboard, but when the keyboard is dismissed, the toolbar dismisses separately and looks like cluttered rubbish
|
In my implementation I have the extra row of keys slide up and down in almost perfect sync with the keyboard, and it looks great. The extra-keys view isn't a child view of the system keyboard. Rather, it's a subview of the main window view, layered behind the keyboard. To get the sliding animation to sync up well, I used an animation duration of 0.3 seconds.
To see it in action grab my free app "ChordCalc Lite" and tap on the chord name at the top of the screen.