Skip to content

Instantly share code, notes, and snippets.

@martinbowling
Created September 27, 2011 17:03
Show Gist options
  • Save martinbowling/1245622 to your computer and use it in GitHub Desktop.
Save martinbowling/1245622 to your computer and use it in GitHub Desktop.
Example Usage of CustomNavBackButton
var n = NavigationController as UICustomNavigationController;
backButton = new CustomNavBarBackButton(UIImage.FromBundle("Images/navigationBarBackButton.png"), title, delegate{
NavigationController.PopViewControllerAnimated(true);
});
UIBarButtonItem bb = new UIBarButtonItem(backButton);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment