Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save edwardean/76175726c4d1f2088484 to your computer and use it in GitHub Desktop.
Save edwardean/76175726c4d1f2088484 to your computer and use it in GitHub Desktop.
UINavigationBar:
self.navigationController.navigationBar setTranslucent:NO];
[navigationBar setBackgroundImage:[UIImage imageNamed:@“NavigaionBarBackground”] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
[navigationBar setShadowImage:[UIImage new]];
UIToolBar:
ToolBar.clipToBounds = YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment