17
Annuler une animation UIView?
Est-il possible d'annuler une UIViewanimation en cours? Ou devrais-je passer au niveau CA? c'est-à-dire que j'ai fait quelque chose comme ça (peut-être en définissant une action d'animation de fin aussi): [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:duration]; [UIView setAnimationCurve: UIViewAnimationCurveLinear]; // other animation properties // set view properties [UIView commitAnimations]; Mais avant …