How can I implement next, previous and done button on my keyboard as it appears in GameCenter. I want to implement these buttons on a tabbar which appears above the keyboard.
Thanks.
Quote:
Originally Posted by thewitt
I could not find it in a quick search and I'm off to a meeting now.
Apparently we were warned not to do this in the SDK 3.0 release notes, and since this "trick" relies on an undocumented call to find the name of the keyboard (walking the subviews until we find the one with the name we think it should be) it's going to - if it doesn't already - flag the code checker somehow...
The Apple recommendation was to submit a bug report.
The only other recommendation - from non-Apple employees in the forum - was to create a completely new, custom keypad and handle all the necessary events yourself. Not a great solution.
My App was just submitted with the Decimal point added to the keypad using this trick - so I guess I'll see if it gets through the gauntlet or not.
I've begun work on a totally custom keypad as a backup plan, but it's going to take some time to get it right and fully functional I'm afraid.
How can I implement next, previous and done button on my keyboard as it appears in GameCenter. I want to implement these buttons on a tabbar which appears above the keyboard.
Thanks.
You will need to write your own and scroll it on to the screen just above the keyboard.