开发者

How to save and retrieve text messages from UITextview

 How to save and retrieve text whi开发者_高级运维ch is in UITextView?

If anybody knows please help me. Give me some sample code.

Thank you.


Use the text property.

// set text
myTextView.text = @"my text";

// get text
NSString *txt = myTextView.text;
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜