Skip to content

Instantly share code, notes, and snippets.

@jeantimex
Last active July 19, 2017 18:58
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 jeantimex/ac26956d4d8a8e51da1285ba2beb95a8 to your computer and use it in GitHub Desktop.
Save jeantimex/ac26956d4d8a8e51da1285ba2beb95a8 to your computer and use it in GitHub Desktop.
override func viewDidLoad() {
super.viewDidLoad()
// Auto resizing the height of the cell
tableView.estimatedRowHeight = 44.0
tableView.rowHeight = UITableViewAutomaticDimension
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment