How To Set Back Button Text In Swift

[Solved] How To Set Back Button Text In Swift | Swift - Code Explorer | yomemimo.com
Question : How to set back button text in Swift

Answered by : mobile-star

let backButton = UIBarButtonItem()
backButton.title = "name"
self.navigationController?.navigationBar.topItem?.backBarButtonItem = backButton

Source : | Last Update : Wed, 25 Dec 19

Answers related to how to set back button text in swift

Code Explorer Popular Question For Swift