项目作者: yogeshmanghnani

项目描述 :
This repo contains a demo app for circularProgressBar.swift
高级语言: Swift
项目地址: git://github.com/yogeshmanghnani/circularProgressBar.git
创建时间: 2018-06-20T14:05:19Z
项目社区:https://github.com/yogeshmanghnani/circularProgressBar

开源协议:GNU General Public License v3.0

下载


Circular Progress Bar

This application demonstrates how to use CircularProgressBar.

Public functions and variables

var lineWidth: CGFloat

When set it changes the lineWidth of the progress bar

var labelSize: CGFloat

When set it changes the label size of the progress bar

var safePercent: Int

Safe percent is the percent when we want the circular progress bar to be green

setProgress(to progressConstant: Double, withAnimation: Bool)

Used to set the progress of the progress bar

progressConstant: Double

Value between 0.00 to 1.00

withAnimation: Bool

true if you want to use animation else false