Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
see this: stackoverflow.com/questions/6779051/… – Adam May 30 '12 at 14:38

1 Answer

There's no built in support in CoreText for selection or "Copy & Paste", but you can make your own selection engine using some CoreText functions.

Take a look at this other topic post.

Is it possible to select the text rendered by Core Text in iPhone?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.