Monday, 7 January 2019

Dynamic height for a UITableView based on a dynamic collection view

I have to add a collection view inside a table view cell. The collection view can have a different number of items. So the collection view should adjust properly inside the table view. I have implemented this inside my Project: https://github.com/vishalwaka/DynamicCollectionViewInsideTableViewCell

In my case, the height of the cell is not being the adjusted after the height of the collection view is set.

How can I set the collection view to not be scrollable and also show all content inside the tableviewcell.



from Dynamic height for a UITableView based on a dynamic collection view

No comments:

Post a Comment