ios tableView 中cell 不同高度,出现cell 子视图无法显示的问题


只有在cell 滚动或者点击时 才会显示cell 中的子视图

ios8 ios6 ios ios7

bfans 10 years, 4 months ago

你的意思是TableView行的高度不同吗?


 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath

在里面直接判断行数,并根据行数返回不同的高度值就好了;

如果要涉及高度自适应: <UITableViewCell根据字符串自适应高度>

妹妹推到我吧! answered 10 years, 4 months ago

最好贴图看看,这样不知道是什么原因,如果是自定义cell的话可能是你屏幕适配没做好

千百小吴克 answered 10 years, 4 months ago

Your Answer