を必要と明確化、私はタイプUISwipeGestureRecognizerのrecorgnierオブジェクトを依頼することができます*previousLocationInView、次の方法の一環として
- (void) handleSwipeFrom:(UISwipeGestureRecognizer*)recognizer
現在の場所について
CGPoint currentLocation = [recognizer locationInView:self];
documentationによると、私もできるはずです取得する
CGPoint previousLocation = [recognizer previousLocationInView:self];
この方法は、利用可能です。私はどうしたらいいですか?