I am making an application to create presentations. I would like to animate the texts like one in powerpoint. I don't know where to start. I searched in Google but i did not find any samples.Please help me by giving any tutorial links. Thanks in advance
You can start with CGAffineTransformMake
method and it's options. You will be able to make rotation, change size and move objects on the screen. There are a lot of animations in MS PP, but some of them can be easily created with such transformations. Read here CGAffineTransform