MyGit

jamesdouble/JDProgressRoundView

Fork: 5 Star: 29 (更新于 2024-09-12 02:44:15)

license: Apache-2.0

Language: Swift .

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

最后发布版本: 2.1.0 ( 2017-06-08 20:58:03)

GitHub网址

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

最近版本更新:(数据更新于 2024-07-26 12:31:49)

2017-06-08 20:58:03 2.1.0

2017-06-08 20:06:22 2.0.0

2016-11-02 18:28:36 v1.0

jamesdouble/JDProgressRoundView同语言 Swift最近更新仓库

2024-09-19 22:56:27 jordanbaird/Ice

2024-09-19 00:27:31 whoeevee/EeveeSpotify

2024-09-18 18:21:37 Artificial-Pancreas/iAPS

2024-09-15 19:42:20 capacitor-community/sqlite

2024-09-12 01:19:37 Lessica/TrollFools

2024-09-06 07:39:45 swiftlang/swift-syntax