views:

51

answers:

0

I am currently displaying text in a uiwebview. However I would like to allow a user to click on a word and register an event. Apple has one is sort of thing with iBook. When you click on a word you can choose to look up the word in a dictionary. How can I do the same thing with Web view?

I have thought about making every word a link however that seems a little bit of a hack. Not to mention I don't want my test to look like a bunch of links.

Any ideas how to do the same thing as iBooks?