Reputation: 16008
What is the default animation time interval for UIView animations? I'm looking for a system constant similar to UINavigationControllerHideShowBarDuration
UIView
UINavigationControllerHideShowBarDuration
Upvotes: 5
Views: 1164
Reputation: 2464
This is what I could get from the doc
The default value is 0.2 seconds
read this Apple doc link for more info.
Upvotes: 3