Skip to content

alfredthekkan/FTProgressView

Repository files navigation

FTProgressView

CI Status Version License Platform

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. To install it, simply add the following line to your Podfile:

pod "FTProgressView"

How To Use

let progressView        = SanuView(frame: CGRect(x: 0, y: 0, width: 300, height: 300))
progressView.progress   = 0.7
progressView.animate()

Author

alfredthekkan, alfredthekkan01@gmail.com

Screenshots

Alt text

License

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