Skip to content

Instantly share code, notes, and snippets.

@AfonsoTsukamoto
Created August 11, 2014 12:08
Show Gist options
  • Save AfonsoTsukamoto/496217344f40c101df63 to your computer and use it in GitHub Desktop.
Save AfonsoTsukamoto/496217344f40c101df63 to your computer and use it in GitHub Desktop.
[ios] remove nav bar background
//weird voodoo to remove navigation bar background
[navigationController.navigationBar setBackgroundImage:[UIImage new] forBarMetrics:UIBarMetricsDefault];
[navigationController.navigationBar setShadowImage:[UIImage new]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment