-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
self.blurView = [[UIVisualEffectView alloc] initWithEffect:blurEffect];
self.blurView.frame = self.parentVc.view.bounds;
self.blurView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
[self.parentVc.view addSubview:self.blurView];
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels