Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
If you want it to perform an action when tapped, use a custom styled UIButton instead and set the font color to light blue. There's no support to have it underlined but you can subclass it to do it. Here's one sample that does it: http://stackoverflow.com/questions/2630004/underlining-text-in-uibutton
Instead of a UILabel, you could use a UITextView which allows link highlighting. From there, you can also subclass UIApplication to intercept the openURL: method to open the tapped URL inside of your application, instead of Safari.
Instead of a UILabel, you could use a UITextView which allows link highlighting. From there, you can also subclass UIApplication to intercept the openURL: method to open the tapped URL inside of your application, instead of Safari.
I don't need a link like www.google.com, just hyper link with text only.
Instead of a UILabel, you could use a UITextView which allows link highlighting. From there, you can also subclass UIApplication to intercept the openURL: method to open the tapped URL inside of your application, instead of Safari.
I don't need a link like www.google.com, just hyper link with text only.
Instead of a UILabel, you could use a UITextView which allows link highlighting. From there, you can also subclass UIApplication to intercept the openURL: method to open the tapped URL inside of your application, instead of Safari.
I don't need a link like www.google.com, just hyper link with text only.
Instead of a UILabel, you could use a UITextView which allows link highlighting. From there, you can also subclass UIApplication to intercept the openURL: method to open the tapped URL inside of your application, instead of Safari.
I don't need a link like www.google.com, just hyper link with text only.
You want a link that invokes a method in your own program? The only way I know of to do that is to create a custom URL scheme, and put one of those links in a UITextField, as the other posters have said.
The only gotcha is that I'm not sure if the hyperlink recognizer will recognize a custom URL as a clickable link.
Regards,
Duncan C WareTo
Animated GIF created with Face Dancer, available for free in the app store.
Replies
- Spam
- Abuse
- Troll
1 • Off Topic Insightful Disagree Dislike 1Like Awesome- Spam
- Abuse
- Troll
1 • Off Topic Insightful Disagree Dislike 1Like AwesomeI don't need a link like www.google.com, just hyper link with text only.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThank You.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThe only gotcha is that I'm not sure if the hyperlink recognizer will recognize a custom URL as a clickable link.
Duncan C
WareTo
Animated GIF created with Face Dancer, available for free in the app store.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome