views:

17

answers:

0

I have a button that inserts a character into a UITextView. I want this button to behave as the spacebar button does; I want the pending autocorrect suggestion to be accepted upon pressing it.

Can this be done? If so, how? Thanks!