Replace Back Button Image Swift

[Solved] Replace Back Button Image Swift | Swift - Code Explorer | yomemimo.com
Question : replace back button image swift

Answered by : wrong-willet-vhk1i6h1z2ed

let yourBackImage = UIImage(named: "back_button_image")
self.navigationController?.navigationBar.backIndicatorImage = yourBackImage
self.navigationController?.navigationBar.backIndicatorTransitionMaskImage = yourBackImage
self.navigationController?.navigationBar.backItem?.title = "Custom"

Source : https://stackoverflow.com/questions/37552876/swift-custom-navbar-back-button-image-and-text/37554695 | Last Update : Tue, 07 Sep 21

Answers related to replace back button image swift

Code Explorer Popular Question For Swift