自定义导航栏图像+半透明效果不适用于iOS 7

时间:2014-01-19 21:38:15

标签: ios ios7 uinavigationbar translucency

我的iOS 7应用程序使用自定义背景图像作为导航+状态栏。它工作正常,但当视图的内容向上滚动导航/状态栏后,它不会像不使用自定义图像那样模糊。相反,内容仍然非常清晰。有没有办法添加模糊效果?

我只是代表中的我们:

 [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"navbarimage@2x.png"] forBarMetrics:UIBarMetricsDefault];
 [[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"navbarimage_landscape@2x.png"] forBarMetrics:UIBarMetricsLandscapePhone];

0 个答案:

没有答案