macOS/iOS API解説

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

目次

LKTiming

autoreverses

解説 @property BOOL autoreverses レシーバーが再生完了後、逆再生するか逆再生するならYES デフォルトはNO 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

duration

解説 @property CFTimeInterval duration アニメーションの継続時間 秒で デフォルトは0 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

beginTime

解説 @property CFTimeInterval beginTime レシーバーの開始時間 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

fillMode

解説 @property NSString *fillMode 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

repeatDuration

解説 @property CFTimeInterval repeatDuration どのくらいの秒アニメーションが繰り返されるか 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

repeatCount

解説 @property float repeatCount アニメーションが繰り返される回数 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

speed

解説 @property float speed 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照

timeOffset

解説 @property CFTimeInterval timeOffset 返り値 引数 フレームワーク CoreAnimation クラス LKTiming Instance Methods 使用可能 10.5 参照