上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页
摘要: // // ViewController.m // 03-tableView的代理方法 #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView; @end @implementation ViewCon... 阅读全文
posted @ 2017-02-23 12:53 laugh 阅读(178) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 01-性能优化 #import "ViewController.h" @interface ViewController () @end @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; UITa... 阅读全文
posted @ 2017-02-23 12:46 laugh 阅读(193) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 06-UITableView02-单组数据 #import "ViewController.h" #import "XMGHero.h" @interface ViewController () /** 英雄数据 */ @property (nonatomic, strong) NSArray *heroes; @end ... 阅读全文
posted @ 2017-02-22 11:39 laugh 阅读(195) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 05-UITableView01-多组数据 #import "ViewController.h" #import "XMGCar.h" #import "XMGCarGroup.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITable... 阅读全文
posted @ 2017-02-22 11:36 laugh 阅读(213) 评论(0) 推荐(0) 编辑
摘要: // // ViewController.m // 05-UITableView01-多组数据 #import "ViewController.h" @interface ViewController () @property (weak, nonatomic) IBOutlet UITableView *tableView; @end @implementation Vi... 阅读全文
posted @ 2017-02-22 11:29 laugh 阅读(187) 评论(0) 推荐(0) 编辑
摘要: Masonry make.attr.equalto.+{ @[ , , , ]; number ->@20; label / label.mas_left(控件,控件属性) |@(self.button.size.with) } 约束是可以连写的:make.right.equalTo(supervi 阅读全文
posted @ 2017-02-21 12:28 laugh 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 代码形式 阅读全文
posted @ 2017-02-18 20:16 laugh 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 03-框架设计 消息循环/运行循环 添加系统自带的一些框架; 比如map 定时器 阅读全文
posted @ 2017-02-18 14:49 laugh 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 重要的点 在xib文件设置中关闭垂直和水平方向的滚动条 在xib中拖拽设置代理:scrollView的代理设置为自己的父控件;代理是谁,谁通过拖线完成的; 添加自己的项目前缀; page基础 将图片放到了NArray中文件中读取 包装 寄己封装的view XMGPageView.h XMGPageV 阅读全文
posted @ 2017-02-17 10:24 laugh 阅读(181) 评论(0) 推荐(0) 编辑
摘要: UIScrollView的基本使用 contentOffset的使用 滚动条 阅读全文
posted @ 2017-02-14 17:56 laugh 阅读(176) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 26 下一页