Im wondering if your able to use core image in ios? I read the documentation and it said to include the Quartz framework and it should work fine. After i added thats and the Quartzcore/Quartzcore.h header file to my .h file i tried to bring up the classes for Core Image and nothing works. When i checked out the apple sample code for
CIAnnotation(Mac OSX Project) it shows me that QuartzCore has all the necessary Core Image headers. but in my framework from my system it does not, so any help would be apprecieated.