Search code examples
swiftanimationuiviewdefault

Default UIView Animation Time Interval


What is the default animation time interval for UIView animations? I'm looking for a system constant similar to UINavigationControllerHideShowBarDuration


Solution

  • This is what I could get from the doc

    The default value is 0.2 seconds

    read this Apple doc link for more info.