Last active
May 6, 2020 16:08
-
-
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() {
This file contains 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
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