码迷,mamicode.com
首页 >  
搜索关键字:拖动实现图片移动效果    ( 2个结果
拖动实现图片移动效果
拖动实现图片移动效果 先写一个手势,注意图片的 userInteractionEnabled设置为yes UIPanGestureRecognizer *pan = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selecto ...
分类:移动开发   时间:2017-05-19 12:55:36    阅读次数:207
拖动实现图片移动效果
拖动实现图片移动效果 先写一个手势,注意图片的 userInteractionEnabled设置为yes     UIPanGestureRecognizer *pan = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(pan:)];     UIImage *image...
分类:移动开发   时间:2015-07-01 18:24:32    阅读次数:160
2条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!