Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyapuchka/uitableview-autolayout
https://github.com/ilyapuchka/uitableview-autolayout
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilyapuchka/uitableview-autolayout
- Owner: ilyapuchka
- Created: 2014-12-05T15:14:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T15:15:48.000Z (about 10 years ago)
- Last Synced: 2025-01-15T20:04:08.607Z (22 days ago)
- Language: Objective-C
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Category that simplifies using of autolayout in UITableViewCell.
UITableView holds prototype of cell created using provided reuse identifier, pass in to provided configuration block to let user fill the cell with actual data. Than it calculates the size of cell according to it's constraints. Previously calculated values are cached and you can empty this cache, all or just for particular index paths.For iOS 8 you should use self sizing cells. For iOS 8 category simply always returns UITableViewAutomaticDimension. This category is helpfull when you need to support both iOS 7 and iOS8.