我使用[self.view.layer removeAllAnimations];
进行暂停动画。但是xcode说
警告:没有'-removeAllAnimations'
找到方法
为什么呢?
最佳答案
您可能忘记了将QuartzCore
框架链接到项目中。
在这里查看我的答案:Compile error trying to use CAGradientLayer
我使用[self.view.layer removeAllAnimations];
进行暂停动画。但是xcode说
警告:没有'-removeAllAnimations'
找到方法
为什么呢?
最佳答案
您可能忘记了将QuartzCore
框架链接到项目中。
在这里查看我的答案:Compile error trying to use CAGradientLayer