Top "Uiblureffect" questions

A UIBlurEffect object applies a blurring effect to the content layered behind a UIVisualEffectView.

How to fade a UIVisualEffectView and/or UIBlurEffect in and out?

I want to fade a UIVisualEffectsView with a UIBlurEffect in and out: var blurEffectView = UIVisualEffectView() blurEffectView = UIVisualEffectView(effect: UIBlurEffect(style: .…

ios swift fade uiblureffect uivisualeffectview
Unity3D : Blur the background of a UI canvas

I'm trying to create a blur effect on the background of a UI window for my game in Unity3D. …

c# user-interface unity3d uiblureffect
Less Blur with `Visual Effect View with Blur`?

Title pretty much asks it all... I'm playing with the iOS8 Visual Effect View with Blur. It's over a UIImageView …

ios objective-c ios8 uivisualeffectview uiblureffect
How to set the BlurRadius of UIBlurEffectStyle.Light

I was wondering how to set the radius/blur factor of iOS new UIBlurEffectStyle.Light? I could not find anything …

swift uiblureffect
Xcode warning: "This will cause the effect to appear broken until opacity returns to 1"

I have a prototype cell and I put a UIVisualEffectView inside its ContentView. Visual Effect View's Blur Style is Dark …

iphone ios8 uiblureffect uivisualeffectview
How to implement Visual Effect Views in Interface Builder?

How do you use Visual Effect Views with Blur and Vibrancy in Interface Builder? I've dragged this item out into …

ios interface-builder uiblureffect uivisualeffectview uivibrancyeffect
How to make a Navigation Bar and Status Bar blurred (UIBlurEffect)? iOS, Swift 3

How to make the Navigation Bar and Status Bar blurred (UIBlurEffect)? When I'm by clicking on the image to scroll …

ios swift3 uivisualeffectview uiblureffect
How to Blur effect apply on UIView in iOS?

In my application i want to apply blur effect on uiview.So how can i achive blur effect. I tried …

ios objective-c uiview blur uiblureffect
Blur UIImage to achieve effect like passcode blur of the wallpaper with swift

I want to achieve the effect that passcode view have (the wallpaper picture is blurred and darker) This give me …

xcode swift uiblureffect
Presenting View Controller with Blur Effect

I'm presenting a View Controller modally with a blur background effect. iOS 10/XCode 8 introduced a problem with my animation. This …

ios iphone swift xcode8 uiblureffect