【发布时间】:2015-11-14 08:23:16
【问题描述】:
在 Objective-C 中使用 UITextView 收集用户输入时,如何限制用户一次尝试执行多个换行符?
所以,这样就好了:
This is my text.
Here is some more text.
但是这样就不好了:
This is my text.
Here is some more text way down here.
【问题讨论】:
标签: ios objective-c uitextview