摘要: #import "ViewController.h"@interface ViewController (){ UIView *_gee; //定义的实例变量 UIView *_red;}@end@implementation ViewController- (void)viewDidLoad { ... 阅读全文
posted @ 2014-12-09 19:40 代佳宏 阅读(233) 评论(0) 推荐(0)
摘要: //#import #import "Animal.h"int main(int argc, const char * argv[]) { @autoreleasepool { //1. 创建方法 //2. 排序 //3. 取元素 //4. 连接,分隔 //5. 强引用 //6. for...in ... 阅读全文
posted @ 2014-12-09 19:20 代佳宏 阅读(198) 评论(0) 推荐(0)