Skip to content

Instantly share code, notes, and snippets.

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