Pergunta

How can we force an animation block to finish before the time it takes to complete.

Foi útil?

Solução

  • Import QuartzCore framework
  • For each view that is being animated:

    [view.layer removeAllAnimations];
    
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top