【发布时间】:2011-08-17 21:17:07
【问题描述】:
如果我有多行不可滚动的 UITextView,其文本的长度超过了可见区域的长度,那么文本就会像这样被截断:
Congress shall make no law respecting
an establishment of religion, or
我如何让文本在文本截断的地方用省略号显示,就像这样
Congress shall make no law respecting
an establishment of religion, or …
标签和按钮等其他控件具有此功能。
【问题讨论】:
标签: iphone objective-c ios uitextview