Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Duraiamuthan/10361211 to your computer and use it in GitHub Desktop.
Save Duraiamuthan/10361211 to your computer and use it in GitHub Desktop.
Convert iOS 7 toolbar's style to iOS 6
use the below code snippet inside the
application:didFinishLaunchingWithOptions:
[[UIToolbar appearance]setBackgroundImage:[UIImage imageNamed:@"toolBarImage.png"] forToolbarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
Download the toolBarImage from http://bit.ly/1lMdc5R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment