UINavigationBar 添加UIImage背景

 UIImage *myImage = [UIImage imageNamed:@"logobg.png"];

UIImageView *myImageView = [[UIImageView alloc]initWithImage:myImage];

[[UINavigationBar appearance]addSubview:myImageView];



posted @ 2012-04-01 16:04  Imcoral 向俊  阅读(180)  评论(0编辑  收藏  举报