cannot find protocol declaration for 'CAAnimationDelegate';did you mean 'UIApplicationDelegate'?
我今天跑的时候.
我尝试过导入QuartzCore / CAAnimation.h但不起作用.
首先,您需要导入QuartzCore / QuartzCore.h.Then,您只需将您的类(您要在其中实现动画委托方法)对象作为委托传递给您的CAAnimation对象.它将在启动动画时自动调用animationDidStart,并在完成动画时调用animationDidStop方法.