Skip to content

Instantly share code, notes, and snippets.

@Jimmy-Prime
Last active October 21, 2021 04:07
Show Gist options
  • Save Jimmy-Prime/13a9a9b5d5394edbab44dd39abd4acf5 to your computer and use it in GitHub Desktop.
Save Jimmy-Prime/13a9a9b5d5394edbab44dd39abd4acf5 to your computer and use it in GitHub Desktop.
class SettingsViewController: UITableViewController {}
func showSettings() {
let vc = SettingsViewController()
let nav = UINavigationController(rootViewController: vc)
self.present(nav, animated: true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment