2013-03-11 44 views

回答

1

嘗試增加了代表對你的手勢識別實現

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { 
    return YES; 
} 
+0

我試過了,它的工作原理。謝謝! – Ata01 2013-03-12 17:10:44

0

嘗試:

[yourviewname setUserInteractionEnabled:YES];


編輯:我剛剛重新閱讀你的問題。你是說你不能平移和/或捏?或者你是否表示在平移和/或捏合時沒有收到通知?

+0

我的問題是,我沒有通知用戶捏或平移。 Edwin Iskandar的建議修正了它。 – Ata01 2013-03-12 17:13:42

+0

@ Ata01好東東:) – BloonsTowerDefence 2013-03-12 17:14:42