Snowflakes 0.1.1

Snowflakes 0.1.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2015
SPMSupports SPM

Maintained by Martin Rogalla.




  • By
  • Martin Rogalla

Snowflakes is an overlay view showing realistic falling snow. It is perfect to get your users in that winter holiday mood!

Screenshots

Snow falling on black background Snow falling on picture by Emily Carlin
Photo by Emily Carlin

Usage

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 Snowflakes

Then add the SnowflakesView as a subview on your current view as such:

self.view.addSubview(SnowflakesView(frame: self.view.frame))

That's it.

Installation

Snowflakes is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Snowflakes"

Contributors

Author

Martin Rogalla, @MartinRogalla

External Contributors

Daniel Becker, @dabeck

Brendan Kirchner, @waterskier2007

License

Snowflakes is available under the MIT license. See the LICENSE file for more info.