FTProgressView 0.1.4

FTProgressView 0.1.4

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Jun 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by Alfred Thekkan.



  • By
  • alfredthekkan

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. 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, [email protected]

Screenshots

Alt text

License

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