iOS UITableViewCell 高度自适应的解决方案

// 设置预加载cell高度 tableView.estimatedRowHeight = 55; // 自动适应cell高度 tableView.rowHeight = UITableViewAutomaticDimension; 或者web - (CGFloat)tableView:(UITableView *)tableView estimatedHeightForRowAtIn
相关文章
相关标签/搜索