[Solved] iOS Animate text like powerpoint [closed]

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 solved iOS Animate text like powerpoint [closed]