开发者

How to customize tab bar button and tab bar selected color?

开发者 https://www.devze.com 2023-01-10 06:42 出处:网络
I want customize tab bar..Not a gray color..How to customize tab bar ? How to cha开发者_Go百科nge tab bar selected background color (default: blue color)?You either use private APIs, which will cause

I want customize tab bar..Not a gray color..How to customize tab bar ? How to cha开发者_Go百科nge tab bar selected background color (default: blue color)?


You either use private APIs, which will cause your app to be rejected from the App Store or you write your own tab bar control.


Try This in your app deletegate.m file

[[UITabBar appearance] setSelectedImageTintColor:[UIColor redColor]];
0

精彩评论

暂无评论...
验证码 换一张
取 消