https://github.com/kenanatmaca/kcurveloader
Beautiful minimalistic loading animation İOS
https://github.com/kenanatmaca/kcurveloader
ios ios-animation loading-animations swift
Last synced: 20 days ago
JSON representation
Beautiful minimalistic loading animation İOS
- Host: GitHub
- URL: https://github.com/kenanatmaca/kcurveloader
- Owner: KenanAtmaca
- License: mit
- Created: 2017-03-24T22:49:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T22:57:29.000Z (about 9 years ago)
- Last Synced: 2025-08-22T02:42:59.705Z (10 months ago)
- Topics: ios, ios-animation, loading-animations, swift
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KCurveLoader
Beautiful minimalistic loading animation İOS

Setup view
```Swift
loader = KCurveLoader.instance
loader.rootView = self.view
loader.setup()
```
Remove view
```Swift
loader.remove()
```