Following is the code for autoAdjustmentFilters provided in apple development videos. But it is giving me one warning and one error. Any body can help me..
Asked
Active
Viewed 812 times
-1

Prerna chavan
- 3,179
- 7
- 35
- 77
-
For one thing, Objective-C is case sensitive. You have an extra capital 'M' in that constant. – Brad Larson Jul 17 '12 at 17:44
-
1Looking at this again, I don't know where you pulled that constant from, but the constant name you want is `kCIInputImageKey`, not `kCIImageInputImage`: http://stackoverflow.com/questions/11067998/cifilter-with-uislider – Brad Larson Jul 18 '12 at 14:10
-
I used that constant from apple development video for core image. – Prerna chavan Jul 19 '12 at 03:45
1 Answers
0
You can just put in @"inputImage" instead of the constant. Should work fine.

SushiGrass Jacob
- 19,425
- 1
- 25
- 39