UITextView setText 只能工作一次

发布于 2024-11-19 06:44:49 字数 216 浏览 2 评论 0原文

我的 xib 和 UIViewController 类中有一个 UITextView,我在这个元素上调用 setText。它工作正常 - 一次。

随后,它不会设置文本并保留旧文本。

我对 UINavigationBar 也有同样的问题,其中 navBar.topItem.title 可以设置一次,但不能再次设置。

如何清除旧值并显示新值?

谢谢 德肖恩

I have a UITextView in my xib and in my UIViewController class, I call setText on this element. It works correctly - once.

Subsequently, it does not set the text and the old text remains.

I also have the same problem with UINavigationBar, where navBar.topItem.title can be set once but not again.

How do I clear the old values and get the new values to show?

Thanks
DeShawn

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

还如梦归 2024-11-26 06:44:49

“随后”是指“在下一行代码上”还是“下次单击按钮时”?
我想后者是合适的,你不把你的插座设置为零吗?

Does 'subsequently' mean 'on the next line of code' or 'the next time a button is clicked' ?
The latter is appropriate I guess, don't you set your outlet to nil somewhere ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文