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

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

Awesome Lists containing this project

README

          

# KCurveLoader
Beautiful minimalistic loading animation İOS

![alt tag](https://cloud.githubusercontent.com/assets/16580898/24317076/be649ce0-10fc-11e7-98a0-8ed25effcb88.png)

Setup view

```Swift

loader = KCurveLoader.instance
loader.rootView = self.view
loader.setup()

```

Remove view

```Swift
loader.remove()
```