我的 iPhone 项目要求将图像(可能在 an 中UIImageView
)放置在 a 上的某个位置,UITextView
并且它不应与文本重叠(相反,文本应该出现在容纳它的图像周围)。如果图像被移动,文本应该重新调整,这样它就不会被剪切并重新出现在图像周围。
问问题
253 次
1 回答
2
这称为包装。
您可能需要使用 Core Text。https://developer.apple.com/library/mac/#documentation/StringsTextFonts/Conceptual/CoreText_Programming/Introduction/Introduction.html
以前的相关问题:
https://stackoverflow.com/questions/7313156/test-wrapping-around-image-in-ios
于 2012-07-24T05:25:31.290 回答