Last active
July 19, 2017 18:58
-
-
Save jeantimex/ac26956d4d8a8e51da1285ba2beb95a8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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