UIView animations: the "beginAnimations:context" method
Posted
by Jacob Relkin
on Stack Overflow
See other posts from Stack Overflow
or by Jacob Relkin
Published on 2010-05-09T02:24:24Z
Indexed on
2010/05/09
2:28 UTC
Read the original article
Hit count: 379
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?
© Stack Overflow or respective owner