How Can I Draw Image with Text Wrapping on iOS?

后端 未结 3 670
长发绾君心
长发绾君心 2020-12-01 12:58

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.

3条回答
  •  庸人自扰
    2020-12-01 13:20

    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.

提交回复
热议问题