码迷,mamicode.com
首页 > 其他好文 > 详细

Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view...

时间:2015-12-21 17:45:39      阅读:238      评论:0      收藏:0      [点我收藏+]

标签:

Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell‘s content view. We‘re considering the collapse unintentional and using standard height instead.

遇到以上错误, 添加以下代码可以解决:

self.tableView.rowHeight = 44.0f;

Warning once only: Detected a case where constraints ambiguously suggest a height of zero for a tableview cell's content view...

标签:

原文地址:http://www.cnblogs.com/Rinpe/p/5063929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!