Skip to content

billychen2014/BCProgress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BCProgress

Custom progress with CALayer Usage example:

BCProgressView *viewTest = [[BCProgressView alloc] initWithFrame:frame_uSpecify];
[self.view addSubview:viewTest];
[viewTest setProgress:0.8];
[viewTest setProgressType:BCProgressViewTypeStraightLine];

There are 3 types of progress supported till now ,please refer to .h file.

pod install command: pod 'BCProgressView', '~> 0.0.1'

About

Custom progress with CALayer

Resources

Stars

Watchers

Forks

Packages

No packages published