码迷,mamicode.com
首页 > 其他好文 > 详细

在自定义的UINavigationController中设置背景图片

时间:2015-11-12 09:53:47      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:

//这个方法中设置

+ (void)initialize

{

    UINavigationBar *bar = [UINavigationBar appearance];

    [bar setBackgroundImage:[UIImage imageNamed:@"bg_navigationBar_normal"] forBarMetrics:UIBarMetricsDefault];

}

 

- (void)viewDidLoad {

    [super viewDidLoad];

    // Do any additional setup after loading the view.

}

 

- (void)didReceiveMemoryWarning {

    [super didReceiveMemoryWarning];

    // Dispose of any resources that can be recreated.

}

在自定义的UINavigationController中设置背景图片

标签:

原文地址:http://www.cnblogs.com/yyj900165/p/4958003.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!