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 rows or columns #29

Open aiswaryamanal opened 6 years ago

aiswaryamanal commented 6 years ago

How can I make dynamic columns in this customcollectionViewLayout

Ashutos39 commented 6 years ago

same Question any solution for this

Ashutos39 commented 6 years ago

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