核心动画在哪里定义?

age*_*fll 5 iphone core-animation

我无法弄清楚iPhone OS 3.1.2上核心动画的定义.

有人知道吗?

Bra*_*son 23

实际上,建议您使用

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

然后将QuartzCore框架添加到项目中以使用低级Core Animation类.

虽然它所做的只是在iPhone上有效导入CoreAnimation.h,但Mac QuartzCore还包括Core Image和Core Video,因此Apple可能会在未来将这些和其他功能添加到iPhone上的QuartzCore框架中.坦率地说,Apple推荐使用上面的核心动画包含,所以我推荐他们.