Is it possible in iOS to render complex text with CoreText and have copy \'n paste feature? I’ve found a lot of example about CoreText rendering but nothing that concerns co
RyanR is correct, there's no built in support in CoreText for Copy & Paste, but you can make your own copy & paste.
Take a look at this other topic post.
Core Text - select text in iPhone?