标签: ios objective-c xcode ios9
我需要根据文本大小扩展单元格的高度,如何计算textView中文本的高度。
我在单元格中使用textview来显示内容并使用约束来设置非静态的宽度。
任何人都可以指导我如何计算textview的高度?
谢谢:)
答案 0 :(得分:1)
我建议你提供一些相关的链接。阅读完毕后,您可以了解并了解如何操作。 Using Auto Layout in UITableView for dynamic cell layouts & variable row heights http://www.raywenderlich.com/73602/dynamic-table-view-cell-height-auto-layout UITableViewCell with UITextView height in iOS 7?