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.
如果 tableview 中的 textview 然后告诉我 editForRowAtIndexPath 方法的代码## Heading ## * UITableViewCell 中的 UITextView:动态更新单元格高度
要动态更改单元格高度,您可以使用此函数,并添加 @protocol UITableViewDelegate
-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 90; }