Created
June 15, 2012 13:19
-
-
Save jeksys/2936429 to your computer and use it in GitHub Desktop.
UIToolBar backgrund image
This file contains 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
UIImage *tabBackground = [[UIImage imageNamed:@"tab_bg"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 0, 0, 0)]; | |
[[UITabBar appearance] setBackgroundImage:tabBackground]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment