iOS tabBar改变颜色

来源:互联网 发布:mac如何打开xml文件 编辑:程序博客网 时间:2024/05/04 13:15
    self.tabBarController.tabBar.backgroundColor = [UIColor whiteColor];
    self.tabBarController.tabBar.tintColor = [UIColor colorWithRed:0.000 green:0.800 blue:0.800 alpha:1.000];
    //不透明
    self.tabBarController.tabBar.translucent = NO;

0 0
原创粉丝点击