Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfredthekkan/ftprogressview
Shows a circular progress view that is configurable
https://github.com/alfredthekkan/ftprogressview
animation progress-bar swift-3
Last synced: about 20 hours ago
JSON representation
Shows a circular progress view that is configurable
- Host: GitHub
- URL: https://github.com/alfredthekkan/ftprogressview
- Owner: alfredthekkan
- License: mit
- Created: 2017-06-19T08:13:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T06:05:50.000Z (over 7 years ago)
- Last Synced: 2024-11-17T19:42:30.965Z (2 days ago)
- Topics: animation, progress-bar, swift-3
- Language: Shell
- Size: 228 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FTProgressView
[![CI Status](http://img.shields.io/travis/alfredthekkan/FTProgressView.svg?style=flat)](https://travis-ci.org/alfredthekkan/FTProgressView)
[![Version](https://img.shields.io/cocoapods/v/FTProgressView.svg?style=flat)](http://cocoapods.org/pods/FTProgressView)
[![License](https://img.shields.io/cocoapods/l/FTProgressView.svg?style=flat)](http://cocoapods.org/pods/FTProgressView)
[![Platform](https://img.shields.io/cocoapods/p/FTProgressView.svg?style=flat)](http://cocoapods.org/pods/FTProgressView)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
FTProgressView is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "FTProgressView"
```## How To Use
```ruby
let progressView = SanuView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
progressView.progress = 0.7
progressView.animate()
```## Author
alfredthekkan, [email protected]
## Screenshots
![Alt text](/graph.gif "Graph")
## License
FTProgressView is available under the MIT license. See the LICENSE file for more info.