Created
March 7, 2015 15:01
-
-
Save licvido/d78861b75bdc15b28acf to your computer and use it in GitHub Desktop.
SWIFT: Change text (or hide) of back button in navigation
This file contains hidden or 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
// in controller returned to | |
let backButton = UIBarButtonItem(title: "Home/Return or nohing", style: .Bordered, target: nil, action: nil) | |
navigationItem.backBarButtonItem = backButton |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment