我想根据它的内容高度设置UICollectionView的高度。我不想滚动它。
@property(nonatomic,weak) IBOutlet NSLayoutConstraint* containerHeight;
_containerHeight.constant = musicStoreViewController.collectionView.contentSize.height;
这会导致异常
[__NSCFType collectionView:cellForItemAtIndexPath:]
我该怎么办?