rickytan / RTPagedCollectionViewLayout

A paged collection view layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request for number of items in section 0 when there are only 0 sections in the collection view

cgx2012 opened this issue · comments

popo_2021-02-02  20-07-55

prepareLayout 方法里,崩溃原因如标题所示,可以考虑用[self.collectionView.dataSource collectionView:self.collectionView numberOfItemsInSection:0]; 替换