navigationBar

来源:互联网 发布:人工智能股龙头杜闵梁 编辑:程序博客网 时间:2024/06/11 15:10

    if([self.navigationController.navigationBar respondsToSelector:@selector(setBackgroundImage:forBarMetrics:)] ) {

    [self.navigationController.navigationBar setBackgroundImage:[UIImage imageNamed: @"nav.png"] forBarMetrics: UIBarMetricsDefault];

    } 


原创粉丝点击