UIVisualEffect
*blurEffect
= [UIBlurEffect
effectWithStyle:UIBlurEffectStyleLight];
UIVisualEffectView
*visualEffectView = [[UIVisualEffectView
alloc]
initWithEffect:blurEffect];
visualEffectView.frame
= backgroundView.bounds;
// [backgroundView
addSubview:visualEffectView];