Re: Detect Tap on Word in UILabel?

2010-01-31 Thread Samuel Ford
Why would you want to do this, vs using a button? > > How would the user know they should tap on that word? > > On Jan 30, 2010, at 6:54 PM, Samuel Ford wrote: > >> Is it possible to detect which word was tapped in a UILabel in Cocoa Touch? >> It seems like it should be

Detect Tap on Word in UILabel?

2010-01-30 Thread Samuel Ford
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

Embedded Frameworks in Plugin & Action Bundles

2009-11-07 Thread Samuel Ford
OK, I know this should be easy, but I can't figure it out. I have an Automator action bundle that uses RegexKit as an embedded framework in the bundle. The action won't load, though, because of this error: Library not loaded: @executable_path/../Frameworks/RegexKit.framework/ Versions/A/Re