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?