efremidze / VisualEffectView

Dynamic blur background view with tint color (UIVisualEffectView subclass) 📱
MIT License
1.13k stars 81 forks source link

Tint color or blurRadius issues with iOS 16 #36

Open JerseyBro opened 2 years ago

JerseyBro commented 2 years ago

IOS 16 was recently updated, The same code shows the result, which is very different from what it was before iOS 16, Below is the 16 and 16 before the rendering
please help me to solve the problem

JerseyBro commented 2 years ago

------15------- iOS 15 ---------16-------- iOS 16

maulik3107 commented 2 years ago

Your old file remove and add this two file it's working thanks

File download from git project File add name 1 ) VisualEffectView.swift 2) UIViewEffectViewiOS14.swift

Enjoy iOS 16

JerseyBro commented 2 years ago

@maulik3107 Very good, I used to use version 4.1.0, and now I updated to 4.1.4, it is fully adapted, thank you