1 创建并添加一个UILabel作为单元格cell的子视图;
(CGFloat)tableView:(UITableView*)tableViewheightForRowAtIndexPath: (NSIndexPath
*) indexPath中计算高度
3 在UITableView的委托方法: (UITableViewCell*)tableView:(UITableView*)tableViewcellForRowAtIndexPath: (NSIndexPath
*) indexPath中计算UILabel的框大小。
给cell增加类方法,传递个数据过去,在类方法里面根据数据判断实现UITableViewDelegate的委托方法
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)