Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 UITextView 获取第一行文本。我查看了 UITextView 和 NSString 类引用,找不到任何可以完成此操作的方法。
实现这一点的唯一方法是通过使用“NSString UIKit Additions Reference”中详述的多行文本方法的迭代过程。从字符串中提取前几个单词并开始逐渐合成这些单词,直到“ sizeWithFont:constrainedToSize:lineBreakMode:”返回一个高度高于只有 1 个单词的行的大小。