I am developing a simple camera app, where I need to animate a camera shutter opening/closing animation. I googled on CAFilter and CATransition, but got confused. How is it going to help me animate? Ex. If I have a view called view, and a method called
-(void)pressed;
In my interface. How can I implement an animation in my view using CAFilter? Can anyone even give me any other example of this? Maybe a view 360 degree rotation on the press of a button?