What is the spin speed of a UIActivityIndicatorView
? Specifically, how long does it take to complete one revolution?
UPDATE: the reason for asking this is that I want to create my own activity indicator spinner that's smaller than the normal one. But I can't change the size of the normal one, so I'm making my own via UIImageView
's animation options. I want to be as close to the normal one in behavior, timing, feel, etc. as I can get.