Skip to content

Instantly share code, notes, and snippets.

@zmcartor
Created February 19, 2016 17:02
Show Gist options
  • Save zmcartor/d83cd9c8e4c5061ac0e0 to your computer and use it in GitHub Desktop.
Save zmcartor/d83cd9c8e4c5061ac0e0 to your computer and use it in GitHub Desktop.
UIBlurEffect *blur =[UIBlurEffecteffectWithStyle:UIBlurEffectStyleDark]; 
UIVisualEffectView *blurView = [[UIVisualEffectView alloc] initWithEffect:blur]; 
blurView.frame = self.hudView.bounds; 
[self.view addSubview:blurView];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment