SkillAgentSearch skills...

LZProgressView

No description available

Install / Use

/learn @tiktiger852/LZProgressView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

LZProgressView

使用说明:

<pre><code> 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]; </code></pre>
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2y ago
Forks0

Languages

Objective-C

Security Score

50/100

Audited on Mar 25, 2024

No findings