WilsonGramer/AppleWelcomeScreen

I can't custom the WelcomeScreenViewController to add BlurView and custom BackgroundView.

Opened this issue · 0 comments

I really love your project, but I have faced issues. When I tried to add this code.

extension WelcomeScreenViewController: UIViewController{
    
    
}

And I can pulling the WelcomeScreenViewController from your project files to doing in the UIView BackgroundView. I just want to custom or add anythings withview.addsubview()

but I faced xcode errors say Inheritance from non-protocol type 'UIViewController'

For example:

View.alpha = 0.5
View.backgroundColor = UIColor.black

Then I add UIVisualEffectView

then

view.addSubview(blurEffectView)

something like that.
This is my own code, but simple like this.
Simulator Screen Shot - iPhone 13 Pro - 2021-11-17 at 20 45 21

Let me know. Thank you so much.