PWProgressView:循环进度视图叠加

时间:2024-05-21 05:09:35
【文件属性】:

文件名称:PWProgressView:循环进度视图叠加

文件大小:152KB

文件格式:ZIP

更新时间:2024-05-21 05:09:35

Objective-C

PWProgressView PWProgressView是一个圆形进度指示器,其灵感来自iOS 7中的应用安装/更新动画。 安装 如果您使用cocoapods,则将pod 'PWProgressView'添加到Podfile中,然后运行pod install 。 或者,将PWProgressView.h和PWProgressView.m拖到您的项目文件中,然后添加QuartzCore框架。 特性 @property (nonatomic, assign) float progress; 进度视图的当前进度。 进度属性应介于0.0和1.0之间。


【文件预览】:
PWProgressView-master
----.gitignore(238B)
----README.md(903B)
----LICENSE(1KB)
----PWProgressView()
--------PWProgressView.h(1KB)
--------PWProgressView.m(6KB)
----.travis.yml(393B)
----Example Project()
--------Podfile.lock(132B)
--------PWProgressView.xcodeproj()
--------PWProgressViewTests()
--------PWProgressView()
--------Podfile(212B)
----PWProgressView.podspec(568B)

网友评论