UIView animations: the "beginAnimations:context" method
- by Jacob Relkin
Hey there,
I'm doing a lot of animations in my app, and I was wondering if/when I should actually pass something into the context parameter to [UIView beginAnimations:context], right now, i'm obviously passing nil.
When would I want to pass anything in as the context param and why?