Skip to content

Instantly share code, notes, and snippets.

@sabernar
Created May 7, 2014 18:44
Show Gist options
  • Select an option

  • Save sabernar/ba8beddb76b7719e369f to your computer and use it in GitHub Desktop.

Select an option

Save sabernar/ba8beddb76b7719e369f to your computer and use it in GitHub Desktop.
iOS 7 transparent navigation bar
[self.navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
self.navigationController.navigationBar.shadowImage = [UIImage new];
self.navigationController.navigationBar.translucent = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment