czl0325 / ZLCollectionView

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

iOS15.5崩溃,列表不停地移除数据,请求数据会崩溃 #56

Closed tang786472181 closed 2 years ago

tang786472181 commented 2 years ago

"request for layout attributes for decoration view of kind ZLCollectionReusableView in section 0 when there are only 0 sections in the collection view"

ZLCollectionViewBaseFlowLayout

pragma mark - 所有cell和view的布局属性

czl0325 commented 2 years ago

已加入

tang786472181 commented 2 years ago

谢谢