当文本来自 Web 服务时,UITextView 会忽略换行符
我在 iPhone 应用程序中使用 SOAP
服务,并从远程数据库获取一些文本值。在此文本值中,我打算使用 \n
进行换行。但是,当我将 UITextView
的文本设置为该值时,它只是忽略换行符并以单行显示它们。
如果我在代码中声明它的文本,如 myTextView.text = @"Break\me";
,效果很好。但是当我从服务中拨打短信时,它不起作用。
我该如何解决这个问题?
I'm using a SOAP
service in my iPhone application and getting some text values from my remote database. In this text values, I intend to use \n
for line breaks. But when I set the text of my UITextView
to this value, it simply ignores the line breaks and shows them in single line.
If I declare its text in my code like myTextView.text = @"Break\me";
it works great. But when I call the text from service, it doesn't work.
How can I solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论