iOS8加官方提供的高斯模糊效果

    UIVisualEffect *blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleLight];spa

   UIVisualEffectView *visualEffectView = [[UIVisualEffectView alloc] initWithEffect:blurEffect];3d

    

    visualEffectView.frame = backgroundView.bounds;orm

 

//    [backgroundView addSubview:visualEffectView];it

相關文章
相關標籤/搜索