に関連する(NSTimeInterval)duration
forのデフォルト値は何ですか?UIModalTransitionStyleFlipHorizontal
-[UIViewController presentModalViewController:animated:]
質問する
1634 次
1 に答える
1
明示的に設定していないアニメーションの継続時間のデフォルト値を尋ねている場合、答えはフレームワーク ヘッダーで提供されます。
* If the `duration' property of the animation is zero or negative it * is given the default duration, either the value of the * `animationDuration' transaction property or .25 seconds otherwise.
したがって、メソッド呼び出しで値を設定できないため、アニメーションの実行には 1/4 秒かかるはずです。
于 2011-06-21T21:56:21.060 に答える