UITextField 中的换行符?
是否可以在 UITextField 中添加换行符,或者我必须使用 UITextView 吗?
谢谢
is it possible to put a line break in a UITextField or would I have to use UITextView?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要使用 UITextView 进行换行。它们似乎被 UITextField 忽略了。
I think you would need to use the UITextView for line feeds. They seem to be ignored by UITextField.