View Single Post
Thanks for the reply Tim; I'm trying to stay away from the webview for this mainly because I have to display formatted text on a table view; which would meant "multiple" webviews per table (one for each cell) and I think that would be too much overhead.

I tried with RTF parser that comes with the OmniUI project but I'm unable to recognize the hyperlinks because I think they are treated as "normal" text.
I'll keep trying to add this functionality otherwise I'll have to figure out another way.

Thanks for your replies.

PS. do you happen to know how I could possibly detect hyperlinks with the RTF parser?