Created
May 4, 2017 10:04
-
-
Save edwardean/abe4a330e86254f46819f2fefc39e154 to your computer and use it in GitHub Desktop.
UINavigationBar UIToolBar remove bottom line:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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