04 2014 档案

摘要:Class1 typedef struct objc_class *Class; 1 struct objc_class { 2 Class isa OBJC_ISA_AVAILABILITY; 3 4 #if !__OBJC2__ 5 Class super_class ... 阅读全文
posted @ 2014-04-30 17:09 Kalou 阅读(213) 评论(0) 推荐(0)
摘要:1 #ifdef DEBUG2 NSLog(@"Cell recursive description:\n\n%@\n\n", [cell performSelector:@selector(recursiveDescription)]);3 #endif这是个私有方法 阅读全文
posted @ 2014-04-28 15:48 Kalou 阅读(170) 评论(0) 推荐(0)