for below IOS 7
self.tabBarController.tabBar.tintColor = [UIColor colorWithRed:255.0/255.0 green:140.0/255.0 blue:0.0/255.0 alpha:1.0];
for IOS 7
self.tabBarController.tabBar.barTintColor = [UIColor colorWithRed:255.0/255.0 green:140.0/255.0 blue:0.0/255.0 alpha:1.0];
No comments:
Post a Comment