I'm making an iPad magazine app where the user will be able to highlight any amount of the text. These highlights will need to be saved and appear everytime that article is loaded.
Can I do this somehow with CoreText (which is currently what I am using to allow multi-columned formatting)?
I have noticed that selecting text using HTML in a UIWebView doesn't work properly if there are images within the text.
Anyone have any advice?
Thanks a lot,
-Chris