因为我把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];
}
本文标题:IOS 腾讯QMUI框架导航栏透明设置无效
本文链接:https://www.haomeiwen.com/subject/qmhcdctx.html
网友评论