文件名称:BCCircleProgress:iOS上的圈子进度动画视图
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-24 19:14:57
Objective-C
CircleProgressView IOS进度圈 效果: 调用: CircleProgressView *progress = [[CircleProgressView alloc ]initWithFrame: CGRectMake ( 0 , 0 , 250 , 250 )]; progress.arcFinishColor = [ self colorWithHexString: @" #73AF36 " ]; progress.arcUnfinishColor = [ self colorWithHexString: @" #73AF36 " ]; progress.arcBackColor = [ self colorWithHexString: @" #EAEAEA " ]; progress.percent = 0.
【文件预览】:
BCCircleProgress-master
----test.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(12KB)
--------xcuserdata()
----README.md(632B)
----test()
--------main.m(316B)
--------ViewController.m(2KB)
--------AppDelegate.h(259B)
--------Info.plist(1KB)
--------AppDelegate.m(2KB)
--------ViewController.h(197B)
--------Base.lproj()
--------CircleProgressView()
--------Assets.xcassets()