It’s almost winter now, and it’s always a good choice to make something new in your apps, now give your IOS app a cool snow effect when your users open the app
Wondering about how to add this cool effect to your app?
You only need to drag `SnowyView.swift` to your project folder, it’s included with your purchase
Then add a cool snow effect to any UIViews
override func viewDidLoad() { super.viewDidLoad() self.view.addSnow(Interval: 0.5) // Just addSnow }
– Features