Skip to content

Instantly share code, notes, and snippets.

@avwave
Created April 3, 2014 10:05
Show Gist options
  • Save avwave/9951878 to your computer and use it in GitHub Desktop.
Save avwave/9951878 to your computer and use it in GitHub Desktop.
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [UIImage new];
self.navigationController.navigationBar.translucent = YES;
self.navigationController.view.backgroundColor = [UIColor clearColor];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment