如何将Core Animation框架添加到我的Xcode项目中?

Tha*_*nks 13 iphone core-animation

我只是找不到添加它的框架.有任何想法吗?

Jas*_*oco 29

添加QuartzCore框架.它包含CoreAnimation.


Bra*_*son 10

另外,确保你做了

#import <QuartzCore/QuartzCore.h>
Run Code Online (Sandbox Code Playgroud)

在使用任何特定于Core-Animation的类之前等.


Ale*_*ski 6

您需要将QuartzCore框架添加到项目中.