标签:
Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:], /SourceCache/UIKit_Sim/UIKit-3318/UITableView.m:10772
这问题是由于cell高度负数导致,去看看:
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath
iOS Assertion failure in -[UITableView _classicHeightForRowAtIndexPath:]
标签:
原文地址:http://www.cnblogs.com/496668219long/p/5087701.html