macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

UIGestureRecognizer

gestureRecognizer:shouldReceiveTouch:

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizer.h

touchesMoved:withEvent:

- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizerSubclass.h

touchesEnded:withEvent:

- (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizerSubclass.h

touchesCancelled:withEvent:

- (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizerSubclass.h

touchesBegan:withEvent:

- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizerSubclass.h

numberOfTouches

- (NSUInteger)numberOfTouches フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizer.h

locationOfTouch:inView:

- (CGPoint)locationOfTouch:(NSUInteger)touchIndex inView:(UIView *)view フレームワーク UIKit クラス UIGestureRecognizer 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizer.h

ignoreTouch:forEvent:

- (void)ignoreTouch:(UITouch *)touch forEvent:(UIEvent *)event フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizerSubclass.h

delaysTouchesEnded

@property(nonatomic) BOOL delaysTouchesEnded フレームワーク UIKit クラス UIGestureRecognizer 例文 説明 使用可能 iPhone OS 3.2 以降. 参照先 定義 UIGestureRecognizer.h

delaysTouchesBegan

@property(nonatomic) BOOL delaysTouchesBegan フレームワーク UIKit クラス UIGestureRecognizer プロパティ 例文 説明 使用可能 iPhone OS 3.2 以降 参照先 定義 UIGestureRecognizer.h