Skip to content

carabina/ikprogressview

 
 

Repository files navigation

IKProgressView

Version License Platform Carthage compatible

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

iOS 8.0 and higher

Installation

IKProgressView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "IKProgressView"

Example

Features

  • Cool radial animated progress view.

  • Use setProgress(XXX, animated: YYY, ZZZ) - method for setting progress animated or not. Completion is required due to animation performs with redraw whole progress view. If you know how to implement this stuff using CoreAnimation, feel free to contact me.

  • filledView - mean that progress view will use whole view, measure it sizes itself

  • interiorR & exteriorR - radiuses for progress view, only usable within turn off-ed filledView

  • animated - static view, or active redrawing with gradient animation.

There are some inner setting, you can play with.

Author

Igor Kislyuk, igorkislyuk@icloud.com

License

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

About

Radial progress view with gradient

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 85.1%
  • Ruby 10.5%
  • Objective-C 4.4%