Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirankunigiri/swift-rain

A rain animation created in Swift using gravity and UIKit.
https://github.com/kirankunigiri/swift-rain

animation ios rain swift

Last synced: 2 months ago
JSON representation

A rain animation created in Swift using gravity and UIKit.

Awesome Lists containing this project

README

        

# Swift-Rain
A rain animation class created in Swift using gravity and UIKit. It's incredibly easy to use - drag the WaterController class into your project and write 2 lines of code.

```
let waterController = WaterController(view: yourView)
waterController.start()
```

The rain animation automatically adapts to the size of the view you are using. You can customize properties such as the rain color and frequencies in the WaterController class.

This project is tested with BrowserStack