我已经构建了一些方法,我在heightForRow:atIndexPath中调用它们来确定UILabels的高度。这些方法依赖于知道所讨论的UILabels的宽度。我不知道如何获得这个值。detailFont withWidth:tableView.bounds.size.width - 54]; // 54 is the difference between the width of the label
我尝试在每个表单元格中显示一个文本字段。问题是,我似乎无法让UITableViewCell足够高来容纳整个TextView。UITableViewCell不需要是动态的,因为数据在视图加载时加载到UITextView中。//// collaboration// Created by nick on 11/21/15.//
class chatViewCont