gpt4 book ai didi

ios - UItextview 自动换行,带有排除路径(swift)

转载 作者:行者123 更新时间:2023-11-30 11:08:19 24 4
gpt4 key购买 nike

我正在开发一个应用程序,它允许用户添加图像并在 UITextView 中移动它。文本使用排除路径在图像周围流动,但如果该行的其余部分没有足够的空间,文字就会中断,而不是移动到下一行。

这就是我用来添加图像并为文本容器创建排除路径的内容

textView.addSubview(imageview)
let imagePath = UIBezierPath(rect: imageview.frame)
textView.textContainer.exclusionPaths = imagePath

This is what is happening, notice how the words will break up to the right of the image

This is what I want to happen. The words should move to the next line if there is not enough room on the current line

感谢您对此提供的任何帮助!

最佳答案

你可以使用 imageView.bounds 创建一个矩形,然后尝试一下吗?不确定但希望它能工作

关于ios - UItextview 自动换行,带有排除路径(swift),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52463087/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com