Skip to content

1394813277/ZYProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ZYProgress

这是一个用于进度条显示的Progress

#####效果 效果

#####使用

#import "CircleProgressView.h"

#####初始化:

_circleProgressView = [[CircleProgressView alloc] initWithFrame:CGRectMake(SCREEN_WIDTH/2.0f - 188/2.0f, yPoint, 188, 188)];

_circleProgressView.trackColor = [UIColor colorWithRed:255 green:255 blue:255 alpha:0.4];//底色

_circleProgressView.progressColor = [UIColor whiteColor];//进度条的颜色

_circleProgressView.progressWidth = 3;//底色和进度条的宽度 [_circleProgressView setProgress:0.0f animated:YES];

#####设置进度:

[self.circleProgressView setProgress:k animated:YES];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published