Skip to content

Instantly share code, notes, and snippets.

@choiks14
Created February 5, 2017 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save choiks14/3954d3d6792a6bda4ad37d7a6b14c7e5 to your computer and use it in GitHub Desktop.
Save choiks14/3954d3d6792a6bda4ad37d7a6b14c7e5 to your computer and use it in GitHub Desktop.
let backButton = UIBarButtonItem(image:UIImage(named:"icon_prev"),
style: UIBarButtonItemStyle.plain,
target: navigationController, action: nil)
navigationItem.leftBarButtonItem = backButton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment