2015年5月18日

UI基础篇-iOS中简单图片浏览器的实现

摘要: 1 // 2 3 // HYViewController.m 4 5 // 01-图片浏览器复习 6 7 // 8 9 // Created by apple on 15-4-10. 10 11 // Copyright (c) 2015年 apple. All... 阅读全文

posted @ 2015-05-18 20:07 我是一只小蜜蜂 阅读(267) 评论(0) 推荐(0) 编辑

延迟加载的固定写法

摘要: 1 @property(nonatomic,strong) NSArray *questions; 2 3 -(NSArray *)questions 4 5 { 6 7 if(_questions==nil) 8 9 {10 11 //1 加载plist文... 阅读全文

posted @ 2015-05-18 19:57 我是一只小蜜蜂 阅读(196) 评论(0) 推荐(0) 编辑

导航