I am a beginner in the world of Objective-C, and for my first iOS application, I thought I'd create one similar to Photo Booth. Now, I've done some tinkering with CABasicAnimation, and I was wondering whether there was one which makes the previewlayer, or the camera feed, twirl like "Twirl" does in Photo Booth. Any help would be appreciated. Thanks.
Asked
Active
Viewed 108 times
1 Answers
1
Those are not animations from CoreAnimation, they're filters. They are the CoreImage Filters (or CIFilter
s). You can read about them here.

user1118321
- 25,567
- 4
- 55
- 86