iPhone: Editing with cursor but without keyboard
iPhone: Editing with cursor but without keyboard
- Subject: iPhone: Editing with cursor but without keyboard
- From: Mike Westerfield <email@hidden>
- Date: Sun, 12 Oct 2008 17:28:37 -0600
I'm trying to edit text in a UITextView object on the iPhone using
buttons, rather than the keyboard. The only way I can find to make the
insertion point appear is by calling
[myText becomeFirstResponder];
This does, indeed, cause the insertion point to appear and blink, but
it also brings up the keyboard.
How can I get the insertion point to blink without the keyboard being
visible?
Thanks,
Mike Westerfield
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden