原创
Calvi_Klein
自己的心得
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SegmentedControl 的创建以及自定义
- (void)viewDidLoad { [superviewDidLoad]; NSArray *segmentedArray = [[NSArrayalloc]initWithObjects:@"推荐",@"最新",nil]; //初始化UISegmentedControl UIS原创 2016-07-26 10:55:23 · 352 阅读 · 0 评论 -
CoCoaPods 报错
当用CocoaPods时出现了下面的错误时:[!] The dependency `XLsn0w (~> 5.2.1)` is not used in any concrete target.[!] The dependency `AFNetworking (~> 2.0)` is not used in any concrete target.在创建P原创 2016-08-16 15:42:05 · 411 阅读 · 0 评论 -
CocoaPods install
1.开启 终端 Terminal2.移除现有 Ruby 默认源gem sources --remove https://rubygems.org/3.使用新的源gem sources -a https://ruby.taobao.org/4.验证新源是否替换成功gem sources -l5.安装 CocoaPodssudo gem install cocoap原创 2016-08-12 16:02:28 · 410 阅读 · 0 评论
分享