czl0325 / ZLCollectionView

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

请问下demo运行警告怎么去掉呢 #61

Open LH0120 opened 1 year ago

LH0120 commented 1 year ago

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: 0x7fc6e0a243d0; baseClass = UICollectionReusableView; frame = (0 198.72; 414 992.5); layer = <CALayer: 0x600000b505c0>>

czl0325 commented 1 year ago

在ZLCollectionReusableView.m里面,有autolayout布局的代码,之前不会警告,用masonry是不会,但是又不希望引入masonry,你知道怎么写吗?