gpt4 book ai didi

cocoa-touch - 如何转到 UITextField 中的下一行?

转载 作者:行者123 更新时间:2023-12-02 07:43:29 25 4
gpt4 key购买 nike

在 NSTextField 中,我所要做的就是添加 '\n' 即.. @"hello\nthere"将是 2 行:

hello
there

我在 UITextField 中试过了,它都在一行上

hello there

我需要做什么才能使文本转到下一行?

谢谢

最佳答案

如果您提供文本并且用户不需要编辑它,请使用UILabel,并设置它的属性

 numberOfLines = 2;

如果用户确实需要编辑它,请使用 UITextView,并将其 frame.size.height 设置为至少是您使用的字体大小的两倍。

关于cocoa-touch - 如何转到 UITextField 中的下一行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8793269/

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