gpt4 book ai didi

ios - 用户界面 TextView : Make a UIButton inline with UITextView text iOS

转载 作者:行者123 更新时间:2023-11-29 12:01:11 25 4
gpt4 key购买 nike

我有一个 UITextView,其中右下角有一个 UIButton。我的 UITextView 允许多行文本,即 textView 高度在输入回车键时动态增加(类似于 SMS 应用程序)。但我的问题是,在键入文本时,文本位于 UIButton 后面。我希望文本在到达图像时停止并在下一行继续而不中断文本。这可能吗? enter image description here

最佳答案

这个解决方案对我有用。我有 UItextview 的子类,我把这段代码放在那里。

UIBezierPath* exclusionPath = [UIBezierPath bezierPathWithRect:_buttonClear.frame];
self.textContainer.exclusionPaths = @[exclusionPath];

关于ios - 用户界面 TextView : Make a UIButton inline with UITextView text iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36952127/

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