摘要: UIView的拖拽 1.自定义一个UIView 2.在UIView的.m文件中实现touchMoved方法 实现代码如下 #import "kds.h"@implementation kds- (void)touchesMoved:(NSSet<UITouch *> *)touches withEv 阅读全文
posted @ 2016-08-02 17:12 夜斗 阅读(358) 评论(0) 推荐(0)