首页 > 其他 > 详细

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:43:40      阅读:469      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!