Created
April 10, 2014 09:27
-
-
Save Duraiamuthan/10361211 to your computer and use it in GitHub Desktop.
Convert iOS 7 toolbar's style to iOS 6
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
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