Navigation Menu

Skip to content

chrismaddern/FallingSnow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.