The `CATransition` class implements transition animation for a layer. You can specify the transition effect from a set of predefined transitions or by providing a custom `CIFilter` instance.
CATransition
is an Objective-C wrapper for creating view transitions and as of 3.1.2, there are 11 types of transitions 4 of which are SDK-compatible.
The CATransition
class implements transition animation for a layer. You can specify the transition effect from a set of predefined transitions or by providing a custom CIFilter
instance.
Apple Documentation for the CATransition
class can be found here