DCProgressView 0.0.1

DCProgressView 0.0.1

测试已测试
Lang语言 Obj-CObjective C
许可证 Apache 2
发布最后发布2014 年 12 月

Dalton Cherry 维护。



  • Dalton Cherry

受 Twitter Bootstrap 启发的自定义 ProgressView。

示例

DCProgressView *progressBar = [[DCProgressView alloc] initWithFrame:CGRectMake(10,10,100,20)];
progressBar.tintColor = [UIColor redColor];
[self.view addSubView:progressBar];

安装

安装 DCProgressView 的推荐方法是使用 CocoaPods 包管理器,因为它提供灵活的依赖关系管理和简单的安装。

通过 CocoaPods

如果尚未安装,请安装 CocoaPods

$ [sudo] gem install cocoapods
$ pod setup

切换到您的 Xcode 项目的目录,并创建/编辑您的 Podfile 并添加 RestKit

$ cd /path/to/MyProject
$ touch Podfile
$ edit Podfile
platform :ios, '5.0' 
pod 'DCProgressView'

将库安装到您的项目中

$ pod install

通过打开 .xcworkspace 文件(而不是常规的项目文件)在 Xcode 中打开您的项目

许可证

DCProgressView 使用 Apache 许可证。

联系

Dalton Cherry