Skip to content

Instantly share code, notes, and snippets.

@tsraveling
Last active December 24, 2018 22:32
Show Gist options
  • Save tsraveling/0f7743b048bcd281e2fb004163741904 to your computer and use it in GitHub Desktop.
Save tsraveling/0f7743b048bcd281e2fb004163741904 to your computer and use it in GitHub Desktop.
Flexible tableview setup
// Set up tableview
self.tableView.dataSource = self
self.tableView.delegate = self
self.tableView.rowHeight = UITableView.automaticDimension
self.tableView.estimatedRowHeight = 45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment