init(CATransform3D:)
Creates a new value object containing the specified CoreAnimation transform structure.
Declaration
init(CATransform3D t: CATransform3D)init(caTransform3D t: CATransform3D)Parameters
- t:
The value for the new object.
Return Value
A new value object that contains the transform information.