How Can I Draw Image with Text Wrapping on iOS?

nonamelive picture nonamelive · Mar 12, 2011 · Viewed 10.1k times · Source

I want to draw text just like the following style -- the image is always on the top right corner, and the text is around the image.

enter image description here

Could anyone tell me how to implement this on iOS? Do I need to use Core Text?

Thanks in advance!

Answer

Rob Napier picture Rob Napier · Mar 12, 2011

Yes, CoreText is the best way to do this. The code to do it is a little long to post here. Some code that may point you in the right direction is in the article "Clipping a CGRect to a CGPath." If the process for doing it is still confusing, ping me and I finally write the blog post I've been meaning to write on the subject.