Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SWIFT

swift show title on navigation bar programmatically

override func viewDidLoad() {
     super.viewDidLoad()
     self.title = "Your title over here"
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #swift #show #title #navigation #bar #programmatically
ADD COMMENT
Topic
Name
2+2 =