UIBlurEffectStyle has been renamed to UIBlurEffect.Style
//4.0 var blurView = UIVisualEffectView(effect: UIBlurEffect(style: UIBlurEffectStyle.light))
//4.2 var blurView = UIVisualEffectView(effect: UIBlurEffect(style: UIBlurEffect.Style.light))
If this helped you, share and pass it on! 😀 ➡️ 🐦