UITextView symbols
UITextView symbols
- Subject: UITextView symbols
- From: DKJ <email@hidden>
- Date: Sat, 27 Jun 2009 16:26:49 -0700
I'm using this method:
textView:shouldChangeTextInRange:replacementText:
to let users put special symbols into a UITextView.
I detect the Return key by checking whether the input string is equal
to @"\n". But how would I detect the back-delete key? @"\b" doesn't do
it. And I can't seem to find any docs that list these codes.
dkj
_______________________________________________
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