Skip to content

Instantly share code, notes, and snippets.

@benjaminsnorris
Created November 25, 2014 23:51
Show Gist options
  • Save benjaminsnorris/6ede4fac103fc03edcff to your computer and use it in GitHub Desktop.
Save benjaminsnorris/6ede4fac103fc03edcff to your computer and use it in GitHub Desktop.
Dynamic Cell Heights
self.tableView.rowHeight = UITableViewAutomaticDimension;
self.tableView.estimatedRowHeight = 60.0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment