gpt4 book ai didi

ios - TextView 在填充后在 iOS 中丢失样式

转载 作者:行者123 更新时间:2023-11-28 12:59:54 26 4
gpt4 key购买 nike

我可能在 iOS 中发现了一个错误,但我不确定如何克服它。一旦数据库用内容填充它,我就会丢失我的 textView 样式。

就是这样:

在我的 Storyboard中,我有以下 textView

enter image description here

一旦我手动填充 textView 或按照下面从我的对象填充它,它就会失去其样式。

  if let object  = currentObject.objectForKey("postText") as? String {
postTextView.text = "the text field has some text added"
}

在模拟器上,显示样式丢失。

enter image description here

另外,其他情况:

如果我按照下图取消选中可编辑框,我也可能会丢失样式。

enter image description here

最佳答案

这是一个较旧的答案,希望能回答您的问题并解决您的问题。似乎确实是一个错误。 https://stackoverflow.com/a/19115950/543224

关于ios - TextView 在填充后在 iOS 中丢失样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34122680/

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