vote up 1 vote down star

I just can't find that framework for adding it. Any ideas?

flag

58% accept rate

3 Answers

vote up 1 vote down

Also, make sure that you do an

#import <QuartzCore/QuartzCore.h>

before using any Core-Animation-specific classes, etc.

link|flag
vote up 3 vote down

You need to add the QuartzCore framework to your project.

link|flag
vote up 4 vote down

Add the QuartzCore framework. It contains CoreAnimation.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.