Why on Xcode 11, UICollectionViewCell changes size as soon as you scroll (I already set size in sizeForItem AtIndexPath:)?

前端 未结 4 1759
抹茶落季
抹茶落季 2020-12-04 19:51

I have collectionview inside tableview cell and I use nib for my collection view cell (in which I use autolayout for my imageview and labels and it is on Freeform

4条回答
  •  情深已故
    2020-12-04 20:06

    I have the same problem. And my solution is to change the Estimate size to None in the Xcode 11.

提交回复
热议问题