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
- Host: GitHub
- URL: https://github.com/muukii/autoresizingtablecollectionview
- Owner: muukii
- Created: 2017-06-01T07:21:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T00:24:53.000Z (over 4 years ago)
- Last Synced: 2025-02-28T07:32:11.902Z (2 months ago)
- Topics: uicollectionview, uitableview
- Language: Swift
- Homepage:
- Size: 3.26 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
