IT虾米网

iOS8自带模糊效果

qq123 2018年06月23日 手机开发 988 0
   typedef NS_ENUM(NSInteger, UIBlurEffectStyle) {   
    UIBlurEffectStyleExtraLight,   
    UIBlurEffectStyleLight,   
    UIBlurEffectStyleDark   
} NS_ENUM_AVAILABLE_IOS(8_0);   
   
   
    UIBlurEffect *blurEffect = [UIBlurEffect effectWithStyle:UIBlurEffectStyleDark];   
    UIVisualEffectView *blurEffectView = [[UIVisualEffectView alloc] initWithEffect:blurEffect];   
    blurEffectView.frame = self.imageView.bounds;   
    [self.imageView insertSubview:blurEffectView atIndex:0];   
   

评论关闭
IT虾米网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!

iOS 自动循环播放广告控件实现