检测到约束模糊地建议集合视图单元格的内容视图大小为零的情况
Posted
技术标签:
【中文标题】检测到约束模糊地建议集合视图单元格的内容视图大小为零的情况【英文标题】:Detected a case where constraints ambiguously suggest a size of zero for a collection view cell's content view 【发布时间】:2014-11-05 08:59:59 【问题描述】:有没有人遇到过 CollectionView 的这个问题?
Warning once only: Detected a case where constraints ambiguously suggest a size of zero for a
collection view cell's content view. We're considering the collapse unintentional and using
standard size instead.
我在 CollectionView 中添加了带有 xib 的自定义 CollectionViewCell。
【问题讨论】:
问题解决了吗?我收到了同样的信息,但不知道为什么... 【参考方案1】:我相信您没有在单元格中正确设置布局约束。尝试为单元格中的对象添加顶部、底部、左侧和右侧约束。
【讨论】:
以上是关于检测到约束模糊地建议集合视图单元格的内容视图大小为零的情况的主要内容,如果未能解决你的问题,请参考以下文章