摘要: 类型常量:使用类型常量代替#define1.普通常量//.m#import "xxxxx.h"static const NSTimerInterval kAnimationDuration = 0.3; //放在.m文件的#import之后即可,常量名称以k开头。@implemenation xxx... 阅读全文
posted @ 2015-06-03 22:53 Bob-wei 阅读(451) 评论(0) 推荐(0)