0
CAKeyframeAnimation
不喜歡這樣的:如何讓CAKeyframeAnimation在動畫期間由用戶進行交互?
[UIView animateWithDuration:0.0 delay:0.0 options:UIViewAnimationOptionAllowUserInteraction animations:^{
..
} completion:nil];
我們不能成立options:UIViewAnimationOptionAllowUserInteraction
。有沒有人有一個好主意,使其在動畫期間與用戶進行交互?