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: 28 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-21T06:05:50.000Z (about 8 years ago)
- Last Synced: 2025-03-13T15:16:43.278Z (4 months 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
[](https://travis-ci.org/alfredthekkan/FTProgressView)
[](http://cocoapods.org/pods/FTProgressView)
[](http://cocoapods.org/pods/FTProgressView)
[](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

## License
FTProgressView is available under the MIT license. See the LICENSE file for more info.