Skip to content

Instantly share code, notes, and snippets.

@onevcat
Created October 9, 2014 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save onevcat/7543c2946a3fc3e70006 to your computer and use it in GitHub Desktop.
Save onevcat/7543c2946a3fc3e70006 to your computer and use it in GitHub Desktop.
Self-sizing cell with auto layout
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment