Skip to content

tiktiger852/LZProgressView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LZProgressView

使用说明:


NSArray *colors = @[
                    [UIColor purpleColor],
                    [UIColor orangeColor],
                    [UIColor cyanColor],
                    [UIColor redColor],
                    [UIColor greenColor],
                    [UIColor blueColor],
                    [UIColor yellowColor]
                    ];
LZProgressView *progressView = [[LZProgressView alloc] initWithFrame:CGRectMake(0, 0, 26, 26) andLineWidth:3.0 andLineColor:colors];
progressView.center = self.view.center;
[self.view addSubview:progressView];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published