- 博客(3)
- 收藏
- 关注
转载 ios判断系统版本
#define iPhone5 ([UIScreen instancesRespondToSelector:@selector(currentMode)] ? CGSizeEqualToSize(CGSizeMake(640, 1136), [[UIScreen mainScreen] currentMode].size) : NO) 用时候直接 if (iPhone5)
2014-01-07 13:27:11 427
转载 Object-c Archiving归档
1.系统对象 NSArray NSDictionary NSSet NSNumber 因为系统自定义对象都实现了NSCoding接口 以NSArray为例,array没有赋值,为空 NSArray *array=[[NSArray alloc]init]; NSString *f
2014-01-05 15:02:37 397
转载 iOS框架总览
Survey the Major Frameworks A framework is a directory that includes a shared library, header files to access the code stored in that library, and other resources such as image and sound files. A s
2013-12-30 08:22:17 568
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人