LoginSignup
4
0

More than 3 years have passed since last update.

AnimationでDurationのデフォルト値について(Swift・Obj-C)

Posted at

はじめに

短い内容ですが、ググってもすぐに出てこなかったので記事にします。

知りたいこと

UIPageViewController.setViewControllers メソッドで duration のデフォルト値が知りたかったのですが、対象メソッドの公式ドキュメントには書かれていませんでした。
https://developer.apple.com/documentation/uikit/uipageviewcontroller/1614087-setviewcontrollers

結論

setAnimationDuration(_:) メソッドの公式ドキュメントに明記されていました。
https://developer.apple.com/documentation/uikit/uiview/1622617-setanimationduration

The default value is 0.2 seconds.

AnimationのDurationは 0.2秒がデフォルト値 です。

おわりに

setAnimationDuration(_:) というメソッドがあるのを知らなかったので勉強になりました。

Twitterで教えていただいたので、感謝です:bow:

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0