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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to