开发者

Changing the text in a UITextView at runtime

I have a ViewController 开发者_如何学编程consisting of just a textView. In its viewDidLoad method, I simply initialize the textView and add it as a subview. In my main ViewController class, when the user presses a button, I switch views and display the view that has the textView. I am trying to change the textView's text however it is not working. Can I not change the text of a UITextView at runtime?

Thanks.


You should keep a reference to your text view.

If you do, then make sure that the reference is correct and valid before setting the new text.

In general, it always helps when you post a problematic code - this way it is much easier for us to help you...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜