当文本来自 Web 服务时,UITextView 会忽略换行符

发布于 2024-12-11 01:51:54 字数 268 浏览 2 评论 0原文

我在 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文