Skip to content

Instantly share code, notes, and snippets.

@peerax
Created January 26, 2015 08:54
Show Gist options
  • Save peerax/8ad0bb98108508d800c2 to your computer and use it in GitHub Desktop.
Save peerax/8ad0bb98108508d800c2 to your computer and use it in GitHub Desktop.
Add UIBarbutton
UIBarButtonItem *btn =[[UIBarButtonItem alloc] initWithTitle:@"Check out" style:UIBarButtonItemStyleBordered target:self action:@selector(Checkout)];
self.navigationItem.rightBarButtonItem = btn;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment