iphone - How to insert characters from a Keyboard-accessoryView right? -


i'm presenting bar additional keys above on-screen keyboard (accessoryview). i'm inserting pressed characters uitextfield using replacecharactersinrange:withstring:, saving , restoring selectedrange , temporarily disabling scrollenabled. ugly solution + undo/redo not working.

can better? there api handling custom keys?

not sure intricacies of handling special characters, uitextinput protocol looking for.

check out:

http://developer.apple.com/library/ios/#documentation/uikit/reference/uitextinput_protocol/reference/reference.html


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -