Skip to content

Instantly share code, notes, and snippets.

@jeksys
Created June 15, 2012 13:19
Show Gist options
  • Save jeksys/2936429 to your computer and use it in GitHub Desktop.
Save jeksys/2936429 to your computer and use it in GitHub Desktop.
UIToolBar backgrund image
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