Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

JDProgressRoundView is Stylish Process Meter Based on UIProgressView. It growns 5% every tap, or you can just set the progress u want.

License

Notifications You must be signed in to change notification settings

jamesdouble/JDProgressRoundView

Open more actions menu

Repository files navigation

JDProgressRoundView

Mutiple Display Style (types):

1 (.DownToTop) 2 (.Loop) 3. (.GrownCircle)

Alt text Alt text Alt text

4(.Water) 5(.HeartBeat)

Alt text Alt text


Introduction

JDProgressRoundView is Stylish Process Meter Based on UIProgressView. It growns 5% every tap, or you can just set the progress u want.

Thanks for using.


Installation

You can use cocoapods now.

 pod 'JDProgressRoundView'

Or fork my repo & import the JDProgressRoundView Directory.


Usage

init(frame :CGRect)

—> Default: types=(.DownToTop) color=(red)
Example

JD:JDProgressRoundView = JDProgressRoundView(frame: self.view.frame)

init(frame: CGRect,howtoincrease t:types,unit u:String)

—> Default: color=(red) Example

JD = JDProgressRoundView(frame: self.view.frame, howtoincrease: .Loop,unit: "%")

init (frame: CGRect,howtoincrease t:types,ProgressColor c:UIColor,BorderWidth b:CGFloat)

Example

JD = JDProgressRoundView(frame: self.view.frame, howtoincrease: .Water,ProgressColor:UIColor.blue,BorderWidth:13.0)

Method:

setProgress(p:CGFloat, animated: Bool)>  SetProgress Directly(Default maximun = 100.0)

setTypes(change:types)> Change Display Style above

About

JDProgressRoundView is Stylish Process Meter Based on UIProgressView. It growns 5% every tap, or you can just set the progress u want.

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.