- 博客(4)
- 收藏
- 关注
原创 Cocoapod的安装和使用
目录检查ruby环境安装Cocoapod -添加gem源-安装Cocoapod -查看下载文件进度使用Cocoapod-新建一个项目,名字ReviewTest-终端中,cd到项目总目录(注意:包含ReviewTest文件夹、ReviewTest.xcodeproj、的那个总目录)-建立Podfile(配置文件)
2017-04-20 10:39:57
368
转载 iOS中respondsToSelector方法的作用
Test.h#import @interface Test : NSObject-(void) test:(NSString*) msg;-(void) notImp;//没有在Test.m中实现@endTest.m#import "Test.h"@implementation Test-(void) test:(NSString*) msg{
2017-04-15 16:20:29
4690
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人