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

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;

posted @ 2015-12-21 16:53  Rinpe  阅读(833)  评论(0编辑  收藏  举报