macOS/iOS API解説

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

目次

iPhone3.2

*****作成中

*****作成中

*****作成中

*****作成中

*****作成中

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

*****作成中

touchesForGestureRecognizer:

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