Skip to content

Instantly share code, notes, and snippets.

@adriantofan
Created March 31, 2015 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adriantofan/bd5af4fd74124f5c50b1 to your computer and use it in GitHub Desktop.
Save adriantofan/bd5af4fd74124f5c50b1 to your computer and use it in GitHub Desktop.
self sizing cells iOS 8
self.tableView.estimatedRowHeight = 44.0;
self.tableView.rowHeight = UITableViewAutomaticDimension;
//
cell.textLabel.numberOfLines = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment