Skip to content

Instantly share code, notes, and snippets.

@naan
Created February 24, 2012 01:13
Show Gist options
  • Save naan/1896450 to your computer and use it in GitHub Desktop.
Save naan/1896450 to your computer and use it in GitHub Desktop.
self.navigationItem.rightBarButtonItem = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemPause target:self action:@selector(pauseLesson:)];
self.navigationItem.leftBarButtonItem = nil;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment