Skip to content

Instantly share code, notes, and snippets.

@kobeumut
Created April 5, 2018 21:52
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 kobeumut/27ed26f8332e513fe5a5670178b1650f to your computer and use it in GitHub Desktop.
Save kobeumut/27ed26f8332e513fe5a5670178b1650f to your computer and use it in GitHub Desktop.
override func viewDidAppear(_ animated: Bool) {
var frame = tableView.frame
frame.size.height = tableView.contentSize.height
tableView.frame = frame
tableviewHeightConstraint.constant = tableView.contentSize.height
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment