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.
- Host: GitHub
- URL: https://github.com/fitclan/fitgradient
- Owner: FitClan
- License: mit
- Created: 2018-01-04T09:59:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T08:01:36.000Z (almost 7 years ago)
- Last Synced: 2025-01-22T16:22:27.551Z (4 months ago)
- Topics: gradient, iphone-x, iphonex, loadingbar, swift-language, swift4
- Language: Swift
- Size: 33.2 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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()
```