IOS 导航栏颜色设置

 
    if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0) {
        [self.navigationBar setBarTintColor:[UIColor colorWithRed:255/255.0 green:83/255.0 blue:35/255.0 alpha:1]];
    } else {
        [[UINavigationBar appearance] setTintColor:[UIColor colorWithRed:255/255.0 green:83/255.0 blue:35/255.0 alpha:1]];
    }

posted @ 2015-05-19 15:13  没落云端  阅读(302)  评论(0编辑  收藏  举报