How do I retrieve the "animated" duration of various iOS method calls?

Viewed 811

Many iOS setters have an "animated" variation, like setZoomScale: on UIScrollView, or, well, anything that has an animated: parameter.

My question is, a) How do I determine what duration is being used, and b) If necessary, how do I modify that duration?

1 Answers
Related