An open API service indexing awesome lists of open source software.

https://github.com/muukii/autoresizingtablecollectionview

SampleCode Autoresizing Cells
https://github.com/muukii/autoresizingtablecollectionview

uicollectionview uitableview

Last synced: about 2 months ago
JSON representation

SampleCode Autoresizing Cells

Awesome Lists containing this project

README

        

## Update (2020-11-27)

There is better way to do this.
https://stackoverflow.com/questions/44187881/uicollectionview-full-width-cells-allow-autolayout-dynamic-height

---

Example for calculating size of the cell that depends on itself content.

- Use muukii/ViewSizeCalculator on TableView
- Use UIKit Self-sizing on TableView
- Use muukii/ViewSizeCalculator on CollectionView
- Use UIKit Self-sizing on CollectionView
- Use [FlexLayout](https://github.com/layoutBox/FlexLayout) on CollectionView

![](1.png)
![](2.png)