扫码关注官方订阅号
怎么修改导航控制器底部整块的背景颜色
小伙看你根骨奇佳,潜力无限,来学PHP伐。
[[UITabBar appearance] setBackgroundColor:[UIColor whiteColor]];你试试这个
[UITabBar appearance].barTintColor = [UIColor redColor];这个可以实现,你试试
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
[[UITabBar appearance] setBackgroundColor:[UIColor whiteColor]];
你试试这个
[UITabBar appearance].barTintColor = [UIColor redColor];
这个可以实现,你试试