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:
Comments
Post a Comment