iOS 改变导航条的 导航条的按钮颜色 标题颜色 字体大小 背景颜色修改

2015-10-20 0 599
iOS 改变导航条的 导航条的按钮颜色  标题颜色  字体大小  背景颜色修改
    //按钮的颜色
    [self.navigationBar setTintColor:[UIColor whiteColor]];

    //标题颜色
   [self.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor],NSFontAttributeName:[UIFont systemFontOfSize:16]}];

    //背景颜色
    self.navigationBar.barTintColor = [UIcolor red];

遇见资源网 objective-c iOS 改变导航条的 导航条的按钮颜色 标题颜色 字体大小 背景颜色修改 http://www.ox520.com/18071.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务