Skip to content

Instantly share code, notes, and snippets.

@wavecos
Last active September 12, 2016 15:07
Show Gist options
  • Save wavecos/27b8b579c219fe7e781d to your computer and use it in GitHub Desktop.
Save wavecos/27b8b579c219fe7e781d to your computer and use it in GitHub Desktop.
Custom Back Bar Button (without title) for navigation bar, called from parent
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