[UIView animateWithDuration:3.f delay:0.f> options:
UIViewAnimationOptionRepeat
animations:^{
} completion:^(BOOL finished) {
}];
怎么停止这种形式声明的动画