Skip to content

Instantly share code, notes, and snippets.

@kobeumut
Created April 5, 2018 21:52
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