macOS/iOS API解説

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

目次

touchesMoved:withEvent:

タッチドラッグ中に呼び出されます。

- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event

クラス

UIGestureRecognizer

プロパティ

例文

	

説明

使用可能

iOS 3.2 以降

参照先

定義

UIGestureRecognizerSubclass.h