Last active
September 12, 2016 15:07
-
-
Save wavecos/27b8b579c219fe7e781d to your computer and use it in GitHub Desktop.
Custom Back Bar Button (without title) for navigation bar, called from parent
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
let btnBack = UIBarButtonItem(title: "", style: .Plain, target: self, action: nil) | |
self.navigationController?.navigationBar.topItem?.backBarButtonItem = btnBack | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment