美文网首页iOS DeveloperiOS开发资料收集区
设置导航条字体 .保留返回箭头.设置箭头颜色

设置导航条字体 .保留返回箭头.设置箭头颜色

作者: GF极客天涯 | 来源:发表于2016-06-25 19:27 被阅读176次

    //1.去掉back 方法

    [[UIBarButtonItem appearance] setBackButtonTitlePositionAdjustment:UIOffsetMake(0, -60) forBarMetrics:UIBarMetricsDefault];

    // 2.设置箭头颜色的方法

    [self.navigationController.navigationBar setTintColor:[UIColor redColor]];

    相关文章

      网友评论

        本文标题:设置导航条字体 .保留返回箭头.设置箭头颜色

        本文链接:https://www.haomeiwen.com/subject/umutrttx.html