Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danramteke/autosizingtablecellsstudy


https://github.com/danramteke/autosizingtablecellsstudy

Last synced: 3 days ago
JSON representation

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()
}