摘要: #import #pragma mark - 32位 小写 - (NSString *)MD5ForLower32Bate:(NSString *)str{ //要进行UTF8的转码 const char * input = [str UTF8String]; unsigned char result[CC_MD5_DIGEST_LENGTH]; CC_MD... 阅读全文
posted @ 2017-01-05 15:49 FMDN 阅读(595) 评论(0) 推荐(0) 编辑
摘要: 准备工作 1.文件目录结构示图(按照MVC分层) 文件目录结构图/自定义Cell 文件目录结构图/自定义Cell Controller: CYXOneViewController Model: CYXMenu View: CYXCell 2.使用cocoapods集成第三方框架 注:这里就直接使用c 阅读全文
posted @ 2017-01-05 09:05 FMDN 阅读(760) 评论(0) 推荐(0) 编辑