CocoaPods trunk is moving to be read-only. Read more on the blog, there are 12 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Nov 2015 |
| SPMSupports SPM | ✗ |
Maintained by Martin Rogalla.
Snowflakes is an overlay view showing realistic falling snow. It is perfect to get your users in that winter holiday mood!
![]() |
![]() |
|---|---|
| Photo by Emily Carlin |
To run the example project, clone the repo, and run pod install from the Example directory first.
After installing the pod, import it using:
import SnowflakesThen add the SnowflakesView as a subview on your current view as such:
self.view.addSubview(SnowflakesView(frame: self.view.frame))That's it.
Snowflakes is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "Snowflakes"Martin Rogalla, @MartinRogalla
Daniel Becker, @dabeck
Brendan Kirchner, @waterskier2007
Snowflakes is available under the MIT license. See the LICENSE file for more info.