标签: ios autolayout uilabel uicollectionviewcell
我在故事板中设计了UICollectionViewCell。拥有2个元素UILabel,UIImageView。
UICollectionViewCell
对于UILabel我给出约束前导= 0,尾随= 0,底部= 0,高度= 100
我的 collectionViewCell
但是当我在模拟器中运行时:
编辑:当我在界面检查器中观察到时,标签未附加到collectionView上的视图:
答案 0 :(得分:1)
我通过在cellForItemAtIndexPath
[cell setNeedsLayout]; [cell layoutIfNeeded];