Created
December 4, 2014 15:08
-
-
Save boherna/1dcab4f104d3cc647383 to your computer and use it in GitHub Desktop.
Remove text from the < Back button.
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
// To be placed in the parent viewcontroller which will push the viewcontroller where the back button should be blank | |
self.navigationItem.backBarButtonItem = [[UIBarButtonItem alloc] initWithTitle:@"" style:UIBarButtonItemStylePlain target:nil action:nil]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment