UICollectionView autosize height

前端 未结 9 1728
孤城傲影
孤城傲影 2020-12-04 07:02

How do I properly resize a UICollectionView so that it fully displays its contents? I have tried many things, including setting its frame, calling reloadData an

9条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 07:34

    1. Add IBOutlet for CollectionView Height Constraint --> Like @IBOutlet weak var collectionViewHeight: NSLayoutConstraint!
    2. Add Below snipped code.

提交回复
热议问题