导航栏的效果一些变化

2019-01-09  本文已影响0人  懿懿懿懿懿懿懿
 //导航条背景图
    [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"navigationItem_background"] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
    //导航条的文字的颜色
    self.navigationController.navigationBar.titleTextAttributes = @{NSForegroundColorAttributeName:[UIColor whiteColor]};

上一篇下一篇

猜你喜欢

热点阅读