gpt4 book ai didi

ios - 输入新行时 UITextView 的偏移量错误

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

当我在一些文本后按 Enter 键时,它在我的应用程序中的外观如下:

enter image description here

为什么滚动条会移动到错误的位置?如何解决?

这就是我在 textDidChange 时所做的事情:

textViewHeightLayoutConstraint?.constant = min(contentSize.height, 100)

最佳答案

第一组,

  self.yourTextView.scrollEnabled = false

最初。

然后,当您的 textview 到达高度选择点(即最大高度)时

    self.yourTextView.scrollEnabled = true

然后,当您的 textview 再次达到最小高度时,再次设置为 false,当达到最大高度时再次设置为 yes。

如果有效的话试试这个!!

并在更改 constant 后在 textView 的 super View 上尝试 layoutIfNeeded

关于ios - 输入新行时 UITextView 的偏移量错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39246419/

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