上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: 利用 KVC 实现的自动生成属性的模型 掉用下面的方法 [NSObject createPropertyCodeWithNSDictionary:dataDic[0]]; 在输出控制台输出属性模型, 利用kvc 属性名字与字典的 key 一一对应 但是 我们通常会遇到,字典 key为 id时,这个时 阅读全文
posted @ 2016-08-16 14:21 _水畔竹汐 阅读(183) 评论(0) 推荐(0) 编辑
摘要: UICollectionView 用作轮番图的实现,demo 地址:https://github.com/SummerHH/YJCYCleCollectionVIew 阅读全文
posted @ 2016-08-16 13:20 _水畔竹汐 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 1.用来修饰属性,或者方法的参数,方法的返回值 /** nullable:表示可以传空 */ //@property (nonatomic, strong, nullable) NSString *name; //@property (nonatomic, strong) NSString * __ 阅读全文
posted @ 2016-08-14 22:38 _水畔竹汐 阅读(130) 评论(0) 推荐(0) 编辑
摘要: //实现代理 使用 Block传值 阅读全文
posted @ 2016-08-14 22:35 _水畔竹汐 阅读(224) 评论(0) 推荐(0) 编辑
摘要: // // ZYGCDViewController.h // Thread // // Created by wanglixing on 14/11/4. // Copyright © 2014年 zzz. All rights reserved. // #import @interface ZYGCDViewController : UIViewController @end ... 阅读全文
posted @ 2016-08-14 22:24 _水畔竹汐 阅读(549) 评论(0) 推荐(0) 编辑
摘要: // // ZYOperationViewController.h // Thread // // Created by yejiong on 14 // // ZYOperation.h // Thread // // Created by yejiong on 14/11/4. // Copyright © 2014年 zzz. All rights reserved. //... 阅读全文
posted @ 2016-08-14 22:21 _水畔竹汐 阅读(185) 评论(0) 推荐(0) 编辑
摘要: // // ZYThreadViewController.h // Thread // // Created by yejiong on 15/11/4. // Copyright © 2015年 zzz. All rights reserved. // #import @interface ZYThreadViewController : UIViewController @e... 阅读全文
posted @ 2016-08-14 22:12 _水畔竹汐 阅读(212) 评论(0) 推荐(0) 编辑
摘要: // // CustomTabBarController.h // Dream // // Created by mac on 14-10-17. // Copyright (c) 2014年 HM. All rights reserved. // //标记一下方向 typedef enum { ZYSlideDirectionRight = 0, ZYSlideDir... 阅读全文
posted @ 2016-08-14 11:31 _水畔竹汐 阅读(898) 评论(0) 推荐(0) 编辑
摘要: // // MD5Value.h // iOSEdu // // Created by littest on 16/2/26. // Copyright © 2016年 littest. All rights reserved. // #import #import #define FileHashDefaultChunkSizeForReadingData 1024*8 // 8... 阅读全文
posted @ 2016-08-14 11:10 _水畔竹汐 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 勾选 xcode的 CoreDate会帮我们自动创建 CoreData 但是我们通常不那样使用,通常把 CoreDate 在单利类中创建, 阅读全文
posted @ 2016-08-14 11:04 _水畔竹汐 阅读(462) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页