首页 > 技术文章 > 去除导航栏下方的横线

wq-gril 2016-01-20 09:22 原文

//去除导航栏下方的横线

    [self.navigationController.navigationBar setBackgroundImage:[UIImage createImageWithColor:RGBCOLOR(36, 150, 218, 1)]

                       forBarPosition:UIBarPositionAny

                           barMetrics:UIBarMetricsDefault];

    [self.navigationController.navigationBar setShadowImage:[UIImage new]];

  

推荐阅读