SFCircleProgressView 0.1.3

SFCircleProgressView 0.1.3

Maintained by sfh03031.



  • By
  • Sfh03031

SFCircleProgressView

CI Status Version License Platform

Introduction

支持的属性:

  • progress,进度 0.0 ~ 1.0
  • lineWith,背景线宽
  • lineColor,背景线色
  • proLineWith,进度线宽
  • proColors,进度线色,支持渐变
  • text,中间文字内容
  • textColor,文字颜色
  • textFont,文字字体

Example

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

Requirements

  • iOS 12.0 or later
  • Swift 5.9.2
  • Xcode 15.1

Installation

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'

Author

Sfh03031, [email protected]

License

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