I am developing an app in which i have a layer
layer1.frame=CGRectMake(80, 100, 180, 170);
If a user touch the screen the layer should be swiped out the the window through animation..
For this i am using a timer to animate but i don't know what to write in the timer function
to make it remove from the window(like swiped out)...
Please help...