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

How to increase the section height according to the text. #30

Open ajay2c9 opened 6 years ago

ajay2c9 commented 6 years ago

Hi, I used CustomCollectionViewLayout in my app. i have to maintain the constant width for few columns. by using the width when the text is increased the section height need to be increase . Please give the suggestions to implement dynamic section height to display all the rows in that section contain same height.(Like excel page).

Thank you