targetTransform
Returns a transform indicating the amount of rotation being applied during the transition.
Declaration
var targetTransform: CGAffineTransform { get }Return Value
An affine transform indicating the amount of rotation being applied to the interface. This transform is the identity transform when no rotation is applied; otherwise, it is a transform that applies a 90 degree, -90 degree, or 180 degree rotation.