How Can I Draw Image with Text Wrapping on iOS?

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.

Leave a Comment