注册

请问IOS EaseUI里的navigation的颜色在哪里修改?

找了好久没找到,全局搜索navigation也没看出来,能帮忙指出在哪吗,谢谢。
已邀请:
if ([UIDevice currentDevice].systemVersion.floatValue >= 7.0) {
        [[UINavigationBar appearance] setBarTintColor:RGBACOLOR(30, 167, 252, 1)];
        [[UINavigationBar appearance] setTitleTextAttributes:
         [NSDictionary dictionaryWithObjectsAndKeys:RGBACOLOR(245, 245, 245, 1), NSForegroundColorAttributeName, [UIFont fontWithName:@ "HelveticaNeue-CondensedBlack" size:21.0], NSFontAttributeName, nil]];
    }
有类似这样的代码设置

要回复问题请先登录注册