views:

36

answers:

1

Hi,

I would like to make a linked word that a word will be marked and when the user touch this word, it will open a link.

How can I do that?

Thanks!

A: 

Use a uiwebview and a local HTML file to the app. Store it in the mainbundle

Lee Armstrong
Thank you for your reply, can I get instructions how to do that? I should create an HTML file with wich content?
Guy Dor
Take a look at this...http://stackoverflow.com/questions/2450628/how-do-i-display-a-local-html-file-in-a-uiwebview
Lee Armstrong
Thank you but I want to make a link inside NSString that when I touch the word it will open a link
Guy Dor