去除导航栏下方的横线

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

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

                       forBarPosition:UIBarPositionAny

                           barMetrics:UIBarMetricsDefault];

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

  

posted @ 2016-01-20 09:22  牵着蜗牛走的我  阅读(308)  评论(0编辑  收藏  举报