1. 程式人生 > >遞迴動畫UIView animate 無法響應內部點選事件 touch事件

遞迴動畫UIView animate 無法響應內部點選事件 touch事件

- (void)animation

{        

[UIViewanimateWithDuration:ScrollTime

delay:ScrollTime

options:(UIViewAnimationOptionCurveLinear | UIViewAnimationOptionAllowUserInteraction)animations:^{

//            

        } completion:^(BOOL finished) {

[self animation];

}];

}