I need to give some stretch & skew animation to a UIView upon pressing a button or completion of a task.
Most of the animation applied to UIView are usually applied when they are added to or removed from a UIView but how can I accomplish that with a view already added to view.
Animation could be anything as long as it catches users attention (to indicate that the task was completed).
EDIT How to scale and rotate a view in a single animation
You might need use Core Animation and add both animations in a group: