Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created May 21, 2014 15:24
Show Gist options
  • Select an option

  • Save jlcampana/24180691ad75e322a406 to your computer and use it in GitHub Desktop.

Select an option

Save jlcampana/24180691ad75e322a406 to your computer and use it in GitHub Desktop.
[self.navigationBar setBackgroundImage:[UIImage new]
forBarMetrics:UIBarMetricsDefault];
self.navigationBar.shadowImage = [UIImage new];
self.navigationBar.translucent = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment