Skip to content

Instantly share code, notes, and snippets.

@jimbrayrcp
Last active May 6, 2020 16:08
Show Gist options
  • Save jimbrayrcp/a1a0a3b571b3eb31e3f763abf3d9154e to your computer and use it in GitHub Desktop.
Save jimbrayrcp/a1a0a3b571b3eb31e3f763abf3d9154e to your computer and use it in GitHub Desktop.
Swift 5: iOS: 13.1 Adds Title and Prompt to the ViewController with Navigation controller add to: override func viewDidLoad() {
self.navigationItem.title = "TITLE"
self.navigationItem.prompt = "Prompt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment