我已将动画block设置为在用户执行搜索时启动。搜索完成后,将推送一个新View。这工作正常,直到用户选择后退按钮并再次尝试搜索,现在动画不会启动。[UIViewanimateWithDuration:0.25delay:0.0options:(UIViewAnimationOptionRepeat|UIViewAnimationOptionCurveLinear)animations:^{_collectionImage.transform=CGAffineTransformMakeRotation(M_PI);}completion:^(BOOLfinished){NSLog(@"