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