ios8毛玻璃效果
UIVisualEffect *blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleDark];
UIVisualEffectView *visualEffectView = [[UIVisualEffectView alloc] initWithEffect:blurEffect]; visualEffectView.frame = frame; [imageView addSubview:visualEffectView];
在真机上没有效果毛玻璃效果,效果是黑色半透明,在模拟器上有毛玻璃效果,有人遇到过吗?
真机系统 iOS9.2,模拟器也是 iOS9.2
补充一下真机是 ipad,不知道是不是这个原因
在补充一下,真机是 iphone 时,是有毛玻璃效果的,是不是这个毛玻璃效果不适用于 ipad 啊,在官方文档里,也没有发现有这方面的描述
Some older devices have turned off the frosted glass effect and their performance is insufficient. Please Google to find out which models.