Existe-t-il un moyen de savoir si une vue est au milieu d'une animation? Lorsque j'imprime l'objet de vue pendant qu'il se déplace, je reçois (remarquez qu'il y a une variable "animations"):
search bar should end editing: <UISearchBar: 0x2e6240; frame = (0 0; 320 88); text = ''; autoresize = W+BM; animations = { position=<CABasicAnimation: 0x6a69c40>; bounds=<CABasicAnimation: 0x6a6d4d0>; }; layer = <CALayer: 0x2e6e00>>
lorsque l'animation s'est arrêtée et que j'imprime l'uiview (la variable "animations" a disparu):
search bar should end editing: <UISearchBar: 0x2e6240; frame = (0 0; 320 88); text = ''; autoresize = W+BM; layer = <CALayer: 0x2e6e00>>