2015年8月12日
摘要: #import "ViewC.h"#import "CLCollectionViewCell.h"#import "HeadView.h"#import "FootView.h"static NSString *cellIdentifier = @"cell";static NSString *he... 阅读全文
posted @ 2015-08-12 22:38 绿梦灵逸 阅读(497) 评论(0) 推荐(1) 编辑
摘要: 一 [className new]和[[className alloc] init]的区别1.在实际开发中很少会用到new,一般创建对象咱们看到的全是[[className alloc] init]但是并不意味着你不会接触到new,在一些代码中还是会看到[[className alloc] ini... 阅读全文
posted @ 2015-08-12 09:32 绿梦灵逸 阅读(679) 评论(0) 推荐(0) 编辑