QuartzCore and CIContext
QuartzCore and CIContext
- Subject: QuartzCore and CIContext
- From: DKJ <email@hidden>
- Date: Sat, 29 Nov 2008 09:40:49 -0800
I've included QuartzCore.framework in my project frameworks. This is
my header file:
#import <UIKit/UIKit.h>
#import <QuartzCore/QuartzCore.h>
@interface MyImageView : UIImageView {}
@end
I have this in MyImageView.m:
CGContextRef cgref = UIGraphicsGetCurrentContext();
CIContext *c = [CIContext contextWithCGContext:cgref options:nil];
And I get the error "CIContext undeclared".
I'm stumped.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden