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

https://github.com/fitclan/fitgradient

A GradientLoding Bar, now is support iPhoneX. It looks beautiful.
https://github.com/fitclan/fitgradient

gradient iphone-x iphonex loadingbar swift-language swift4

Last synced: 2 months ago
JSON representation

A GradientLoding Bar, now is support iPhoneX. It looks beautiful.

Awesome Lists containing this project

README

        

# FitGradient
A GradientLoding Bar by Swift, now is support iPhoneX. It looks beautiful.

一个Swift的渐变色的进度条,支持iPhoneX的刘海

# Use

Easily to use :

非常容易使用

```swift
let bar = FitGradient()
// show 显示
bar,show()
// hide 隐藏
bar.hide()
```