Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nazywamsiepawel/fb6e059f092776fb62bada8e35b2f39c to your computer and use it in GitHub Desktop.
Save nazywamsiepawel/fb6e059f092776fb62bada8e35b2f39c to your computer and use it in GitHub Desktop.
Custom back button / chevron + gesture recognizer
self.navigationItem.leftBarButtonItem =
UIBarButtonItem(image:UIImage(named:"chevron_left"), style:.Plain, target:self, action:"backButtonPressed:");
self.navigationController!.interactivePopGestureRecognizer!.delegate = self;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment