Detect Tap on Word in UILabel?
Detect Tap on Word in UILabel?
- Subject: Detect Tap on Word in UILabel?
- From: Samuel Ford <email@hidden>
- Date: Sat, 30 Jan 2010 18:54:35 -0500
Is it possible to detect which word was tapped in a UILabel in Cocoa Touch? It seems like it should be a pretty easy thing to do, but I'm stuck.
Anybody ever try to do this?
I know you can measure a string and get the bounding box that contains it; likewise, looking at the UITextInput protocol it has exactly the right methods (closestPositionToPoint & firstRectForRange), but these are limited 3.2 and don't seem to apply to UILabel.
_______________________________________________
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