¿Es posible cancelar un UIView animación mientras está en progreso? ¿O tendría que bajar al nivel de CA? es decir, he hecho algo como esto (tal vez establecer una acción de animación final también): [UIView beginAnimations:nil context:NULL]; [UIView setAnimationDuration:duration]; [UIView...