czl0325 / ZLCollectionView

为应对类似淘宝首页,京东首页,国美首页等复杂布局而写的Collectionview。基于UICollectionView实现,目前支持标签布局,列布局,百分比布局,定位布局,填充式布局,瀑布流布局等。支持纵向布局和横向布局,可以根据不同的section设置不同的布局,支持拖动cell,头部悬浮,设置section背景色和自定义section背景view,向自定义背景view传递自定义方法。功能强大,超过Android的recyclerview,实现了电影选座等高难度的布局。
MIT License
1.16k stars 166 forks source link

控制台报错误,我搜了一下, 是设置translatesAutoresizingMaskIntoConstraints = false才会出现的 #51

Open xiaoyao20084321 opened 2 years ago

xiaoyao20084321 commented 2 years ago

控制台报以下错误,我搜了一下, 是设置translatesAutoresizingMaskIntoConstraints = false才会出现的。

Changing the translatesAutoresizingMaskIntoConstraints property of a UICollectionReusableView that is managed by a UICollectionView is not supported, and will result in incorrect self-sizing. View: <ZLCollectionReusableView: 0x1077e9d40; baseClass = UICollectionReusableView; frame = (0 0; 557.143 121); layer = <CALayer: 0x282a6e680>>