• Stars
    star
    160
  • Rank 233,873 (Top 5 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created almost 11 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Make your app Snow with just one line of code. ❄️

Falling Snow

Make your app snow with just a line of code!

Installation

The easiest way is to use CocoaPods. If you don't already, here's a guide.

pod 'FallingSnow', '~>1.0.0'

Usage

To make your whole App snow, in your AppDelegate:

[self.window makeItSnow];

To make any particular view snow:

[myView makeItSnow];

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Attribution

Felice did a ton of great work in getting the actual snowfall animation working. I based this work on his.