首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Iphone >

iphone开发中怎么判断长按事件

2012-07-27 
iphone开发中如何判断长按事件?如题,在iphone开发中,如何判断长按事件呢??1.?UILongPressGestureRecognize

iphone开发中如何判断长按事件

?

如题,在iphone开发中,如何判断长按事件呢?

?

1.?UILongPressGestureRecognizer

?

2.在touchBegan里面[self performSelector:@selector(longPressMethod:) withObject:nil afterDelay:longPressTime]
然后在 end 或cancel里做判断,如果时间不够长按的时间调用 [NSObject cancelPreviousPerformRequestsWithTarget:self selector:@selector(longPressMethod:) object:nil]取消began里的方法

热点排行