圆形变色进度条

时间:2021-04-04 23:57:40
【文件属性】:
文件名称:圆形变色进度条
文件大小:26KB
文件格式:ZIP
更新时间:2021-04-04 23:57:40
IOS源码 源码LZProgressView,这种进度条我们应该也比较常见的,喜欢的朋友可以参考一下,这个进度条效果吧。 使用说明: [lang=objc]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]; [/lang]
【文件预览】:
LZProgressView-master
----README.md(689B)
----LZProgressView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()
----LZProgressView()
--------main.m(327B)
--------ViewController.m(1KB)
--------AppDelegate.h(270B)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------LZProgressView()
--------ViewController.h(208B)
--------Base.lproj()
--------Assets.xcassets()
----2015-10-28 18_02_35.gif(11KB)

网友评论