gpt4 book ai didi

objective-c - 如何让 UITextView 使用字符串中的/n 个字符作为新行?

转载 作者:行者123 更新时间:2023-12-03 21:22:41 24 4
gpt4 key购买 nike

如何让 UITextView 使用字符串中的/n 字符作为新行?

例如,我想要字符串“Hello world!/nHow are you?”在 UITextView 中显示为:

Hello World!

How are you?

但它显示为:

Hello World!/nHow are you?

...当我写 myTextView.text = @"Hello world!/nHow are you?"

最佳答案

您应该使用\n,而不是/n。

myTextView.text = @"Hello World!\nHow are you?";

应该可以。

关于objective-c - 如何让 UITextView 使用字符串中的/n 个字符作为新行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3316686/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com