Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kirankunigiri/swift-rain
- Owner: kirankunigiri
- License: mit
- Created: 2015-07-22T20:19:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-11T22:38:20.000Z (8 months ago)
- Last Synced: 2024-05-11T23:27:28.210Z (8 months ago)
- Topics: animation, ios, rain, swift
- Language: Swift
- Homepage:
- Size: 56.6 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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