
//搞了好长时间最后发现还是 高度没算对 所以以后再碰到 算高度就可以了 #pragma mark - UITableViewDelegate 行高 //行高 -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 0; }
//搞了好长时间最后发现还是 高度没算对 所以以后再碰到 算高度就可以了 #pragma mark - UITableViewDelegate 行高 //行高 -(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { return 0; }
遇见资源网 objective-c tableviewcell重叠问题 自己小提示 http://www.ox520.com/16374.html