当前位置:首页 > 操作系统 > Ios

iOS给所有的TabBar和NavigationBar换颜色

    //一键换肤
    [[UINavigationBar appearance]setBarTintColor:[UIColor redColor]];//给所有的NavigationBar换颜色
    
    [[UITabBar appearance]setBarTintColor:[UIColor blueColor]];//给所有的TabBar换颜色

原文:http://www.cnblogs.com/-ios/p/4672838.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!