Created
August 1, 2018 07:00
-
-
Save kylebshr/4db4fb747fb1cb3544a67768c1c63f36 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
class PopoverTableViewController: UITableViewController { | |
override func viewDidLayoutSubviews() { | |
super.viewDidLayoutSubviews() | |
self.preferredContentSize = CGSize(width: 320, height: self.tableView.contentSize.height) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Full example: