由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Apple版 - [iphone dev]swipe大伙怎么整得?
相关主题
[合集] [iphone dev]swipe大伙怎么整得?声称google没抄袭苹果的看看这个
有objective c的高手吗(包子贴) (转载)iMac更新真的要来了
iPod Touch 除了不能打电话 和iPhone功能一样吧?Apple是不是今年不会有什么新东西出来了?
Safari Page Up/Down without SwipingGoogle Should Make Apple Beg For Maps Navigation (zz)
发现一个不错的手势应用zephyr迫不及待的想看看
one evil thing apple didnexus one最大的欠缺是:multitouch
This joke is hilariousSlate PC announced just now.
萎缩的说user experience 最终是可以被山寨的猜想islate的控制ui
相关话题的讨论汇总
话题: nsset话题: withevent话题: uievent话题: touches
进入Apple版参与讨论
1 (共1页)
f*****Q
发帖数: 1912
1
我按照
http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/EventHandling/EventHandling.html
结果都进了
- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
而不是
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
哪位达人有经验?交流一下。
c***k
发帖数: 1589
2
如果是我,就把这几条全部override一遍,然后打log出来看,比如
touchesBegined
touchesFinished
你给的链接不好用,我也没Mac在边上,所以这几个method可能不对。
另外,我们一般都不会用touchesMoved,这个method非常非常expensive

【在 f*****Q 的大作中提到】
: 我按照
: http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/EventHandling/EventHandling.html
: 结果都进了
: - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
: 而不是
: - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
: 哪位达人有经验?交流一下。

I****r
发帖数: 795
3
不用touchesMoved,还有什么其他选择?

【在 c***k 的大作中提到】
: 如果是我,就把这几条全部override一遍,然后打log出来看,比如
: touchesBegined
: touchesFinished
: 你给的链接不好用,我也没Mac在边上,所以这几个method可能不对。
: 另外,我们一般都不会用touchesMoved,这个method非常非常expensive

c***k
发帖数: 1589
4
说说你的要求吧?很多都可以用更简单的办法

【在 I****r 的大作中提到】
: 不用touchesMoved,还有什么其他选择?
f*****Q
发帖数: 1912
5
touchesBegined没问题
touchesFinished根本进不去。
不知道为什么。
N**t
发帖数: 1738
6
我就是照猫画虎搞的,touchesBegan和touchesMoved都进去了,好像就是在IB里面把
multi-
touch enable一下就可以了。
要不然偷懒直接上3.2的UIGestureRecognizer算了。

http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/
iPhoneOSProgrammingGuide/EventHandling/EventHandling.html

【在 f*****Q 的大作中提到】
: 我按照
: http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/EventHandling/EventHandling.html
: 结果都进了
: - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event
: 而不是
: - (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
: 哪位达人有经验?交流一下。

f*****Q
发帖数: 1912
7
俺是在继承了的UITextview里面整multitouch,放狗搜了一下发现网上无数人抱怨。
f*****Q
发帖数: 1912
8
拉着走的效果不用touchesmoved不行吧?

【在 c***k 的大作中提到】
: 如果是我,就把这几条全部override一遍,然后打log出来看,比如
: touchesBegined
: touchesFinished
: 你给的链接不好用,我也没Mac在边上,所以这几个method可能不对。
: 另外,我们一般都不会用touchesMoved,这个method非常非常expensive

1 (共1页)
进入Apple版参与讨论
相关主题
猜想islate的控制ui发现一个不错的手势应用zephyr
每日一果(上)one evil thing apple did
烦那些整天叫着multitasking,multitasking,象个躺僧似的This joke is hilarious
其实你们不就是想要MACBOOK AIR+MULTITOUCH SCREEN嘛萎缩的说user experience 最终是可以被山寨的
[合集] [iphone dev]swipe大伙怎么整得?声称google没抄袭苹果的看看这个
有objective c的高手吗(包子贴) (转载)iMac更新真的要来了
iPod Touch 除了不能打电话 和iPhone功能一样吧?Apple是不是今年不会有什么新东西出来了?
Safari Page Up/Down without SwipingGoogle Should Make Apple Beg For Maps Navigation (zz)
相关话题的讨论汇总
话题: nsset话题: withevent话题: uievent话题: touches