0
CAKeyframeAnimation
はこれを好きではない:私たちはoptions:UIViewAnimationOptionAllowUserInteraction
を設定することはできませんアニメーションの期間中にCAKeyframeAnimationをユーザーが操作する方法を教えてください。
[UIView animateWithDuration:0.0 delay:0.0 options:UIViewAnimationOptionAllowUserInteraction animations:^{
..
} completion:nil];
。アニメーションの期間中、誰かがそれをインタラクティブにする良いアイデアはありますか?