Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.