上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页
摘要: 04-CALayer新建图层(了解) 04-CALayer隐式动画 阅读全文
posted @ 2017-04-14 13:06 laugh 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 09-画板(小功能) 01-画板(图片处理) 02-画板(图片处理bug) 阅读全文
posted @ 2017-04-07 12:52 laugh 阅读(429) 评论(0) 推荐(0) 编辑
摘要: 现搭建页面 07-手势解锁(按钮选中和连线) 阅读全文
posted @ 2017-04-07 12:40 laugh 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 02-图片裁剪 图片裁切 图片截屏 04-图片截取 05-图片擦除 阅读全文
posted @ 2017-04-07 12:31 laugh 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 雪花定时器 10-图形上下文状态栈 11-矩阵操作 阅读全文
posted @ 2017-04-07 12:17 laugh 阅读(174) 评论(0) 推荐(0) 编辑
摘要: // ViewController.m // 08-模仿UIImageView #import "ViewController.h" #import "XMGImageView.h" @interface ViewController () @property (nonatomic, strong) XMGImageView *imageV; @end @implementat... 阅读全文
posted @ 2017-04-07 12:13 laugh 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 06柱状图 07-绘制文字和图片 阅读全文
posted @ 2017-04-07 11:42 laugh 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 04-重绘-下载进度 自定义的ProgressView 阅读全文
posted @ 2017-04-07 10:23 laugh 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 抽屉效果: 观察(内容,事件):三个View,left,right,main;手势(Pan)滑动的时候(左划/右滑)改变View的位置/尺寸; 监听者模式:KVO 时刻监听对象的属性值的改变; [_mainV addObserver:self forKeyPath:keyPath(_mainV, f 阅读全文
posted @ 2017-04-05 16:39 laugh 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 利用UIGestureRecognizer,能轻松识别用户在某个view上面做的一些常见手势 UIGestureRecognizer是一个抽象类,定义了所有手势的基本行为,使用它的子类才能处理具体的手势 UITapGestureRecognizer(敲击) UIPinchGestureRecogni 阅读全文
posted @ 2017-04-05 16:29 laugh 阅读(247) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 26 下一页