圆形变色进度条
源码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]
文件列表
圆形变色进度条.zip
(预估有个17文件)
LZProgressView-master
README.md
689B
LZProgressView.xcodeproj
project.xcworkspace
contents.xcworkspacedata
159B
project.pbxproj
12KB
xcuserdata
mac.xcuserdatad
xcschemes
LZProgressView.xcscheme
3KB
暂无评论