因为我把translucent属性设置了NO 不管怎么样设置导航栏背景UIImage new,都不会生效.
不设置translucent默认是YES
[UINavigationBar appearance].translucent = YES;
//导航栏背景
- (UIImage*)navigationBarBackgroundImage{
return [UIImage new];
}
因为我把translucent属性设置了NO 不管怎么样设置导航栏背景UIImage new,都不会生效.
不设置translucent默认是YES
[UINavigationBar appearance].translucent = YES;
//导航栏背景
- (UIImage*)navigationBarBackgroundImage{
return [UIImage new];
}