支持的属性:
- progress,进度 0.0 ~ 1.0
- lineWith,背景线宽
- lineColor,背景线色
- proLineWith,进度线宽
- proColors,进度线色,支持渐变
- text,中间文字内容
- textColor,文字颜色
- textFont,文字字体
To run the example project, clone the repo, and run pod install
from the Example directory first.
- iOS 12.0 or later
- Swift 5.9.2
- Xcode 15.1
SFCircleProgressView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SFCircleProgressView'
If you want to use the latest features of SFStyleKit use normal external source dependencies.
pod 'SFCircleProgressView', :git => 'https://github.com/Sfh03031/SFCircleProgressView.git'
Sfh03031, [email protected]
SFCircleProgressView is available under the MIT license. See the LICENSE file for more info.