当表不为空时,UITableView标头约束仅在iOS 8上失败

时间:2015-03-05 11:23:57

标签: ios uitableview constraints

这太奇怪了。我使用非常简单的标题,整个视图中只有一个标签。我有一个错误的错误:

 (
    "<NSLayoutConstraint:0x7bf33680 H:|-(15)-[UILabel:0x7bff5530'TITLE\nDESCRIPTION']   (Names: '|':UIView:0x7bfdac80 )>",
    "<NSLayoutConstraint:0x7bf63c40 H:[UILabel:0x7bff5530'TITLE\nDESCRIPTION']-(15)-|   (Names: '|':UIView:0x7bfdac80 )>",
    "<NSLayoutConstraint:0x7bf1a870 H:[UIView:0x7bfdac80]-(0)-|   (Names: '|':ATableViewInfoHeaderView:0x7bfccf10 )>",
    "<NSLayoutConstraint:0x7bf29370 H:|-(0)-[UIView:0x7bfdac80]   (Names: '|':ATableViewInfoHeaderView:0x7bfccf10 )>",
    "<NSLayoutConstraint:0x7d180970 'UIView-Encapsulated-Layout-Width' H:[ATableViewInfoHeaderView:0x7bfccf10(0)]>"
 )

 Will attempt to recover by breaking constraint 
 <NSLayoutConstraint:0x7bf63c40 H:[UILabel:0x7bff5530'TITLE
 DESCRIPTION']-(15)-|   (Names: '|':UIView:0x7bfdac80 )>

但它只在以下时间发生:

a)我在ios 8上使用(ios 7很棒) b)桌子不是空的!
c)我在表视图中使用的UITableViewCell没有自定义xib文件。

你知道出了什么问题吗?

0 个答案:

没有答案