摘要: .h#import @class BaseFileModel;typedef void (^successPreBlock)();typedef void (^failePreBlock)();@interface ImagePreviewOperation : NSOperation{ BOOL _isLocal; NSString *_compressPath; successPreBlock _success; failePreBlock _faile; BaseFileModel *_file;}-(id)initWithFile:(BaseFileMod... 阅读全文
posted @ 2013-09-16 15:00 wei8 阅读(298) 评论(0) 推荐(0)
摘要: -(void)awakeFromNib;成员变量或者属性可以在这里初始化,因为 使用storyboard 不走Init方法。 阅读全文
posted @ 2013-09-16 14:52 wei8 阅读(419) 评论(0) 推荐(0)