We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to add a blur case in BackgroundTypeStyle. then in addBackground() method added:
case .blur: backgroundView = UIView(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width,height: UIScreen.main.bounds.height)) let blurEffect = UIBlurEffect(style: UIBlurEffect.Style.dark) let blurEffectView = UIVisualEffectView(effect: blurEffect) blurEffectView.frame = backgroundView.bounds blurEffectView.autoresizingMask = [.flexibleWidth, .flexibleHeight] backgroundView.addSubview(blurEffectView) }
but nothing changed. could you please add blur effect in your code for furthur use.
Thanks
The text was updated successfully, but these errors were encountered:
Is anybody here? :)
Sorry, something went wrong.
No branches or pull requests
I tried to add a blur case in BackgroundTypeStyle. then in addBackground() method added:
but nothing changed. could you please add blur effect in your code for furthur use.
Thanks
The text was updated successfully, but these errors were encountered: