سؤال

I have tab bar as shown in attached figure. I would like to make this blue color ,which I believe default, to green. Is there way to make it ?

enter image description here

هل كانت مفيدة؟

المحلول

You can use this at your view controller.

[[self tabBarController] tabBar].tintColor =[UIColor greenColor];
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top