UITextView

时间:2018-01-23 08:57:15

标签: ios swift uitextview

我想知道在UITextView中显示文本的最大行数限制是多少。如果内容超过UITextview中的最大行号,那么UITextview可以替代显示文本。

2 个答案:

答案 0 :(得分:-1)

没有实际限制,它可能是无限的,但最终你会遇到内存问题而你的应用程序最终会崩溃。

  

如果内容超过了UITextview中的最大行数   UITextview可以替代显示文本。

如果将行号设置为0,则此条件永远不会成立。您可以根据需要编写任意数量的行。如果您希望UITextView与视图一起缩放,请确保设置正确的约束。

答案 1 :(得分:-2)

在iOS中,对于UITextView控件,没有限制数据。

- But while sending to server , based GET and POST Method , it may be differ.
- Based on the server, For GET method , there is a limit data but POST Method, there is no limit.