https://github.com/danramteke/autosizingtablecellsstudy
https://github.com/danramteke/autosizingtablecellsstudy
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danramteke/autosizingtablecellsstudy
- Owner: danramteke
- Created: 2015-08-07T23:02:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T23:04:48.000Z (almost 10 years ago)
- Last Synced: 2025-01-05T21:09:35.955Z (6 months ago)
- Language: Swift
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AutosizingTableCellsStudy
A study in self sizing cells. The important bit seems to be
func tableView(tableView: UITableView, willDisplayCell cell: UITableViewCell, forRowAtIndexPath indexPath: NSIndexPath) {
cell.layoutIfNeeded()
}