brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Dynamic row #32

Closed Ashutos39 closed 6 years ago

Ashutos39 commented 6 years ago

how to add dynamic rows and columns in CustomCollectionViewLayout class

Ashutos39 commented 6 years ago

let numberOfColumns = self.collectionView?.numberOfSections put this everywhere in numberOfColumns it will solve the issue(It will help others).