Skip to main content
API Reference SwiftyNsdk ImageMath

viewRotation

Returns an affine transform that rotates between two interface orientations around the center....

Declaration

static func viewRotation(fromOrientation: UIInterfaceOrientation, toOrientation: UIInterfaceOrientation) -> CGAffineTransform

Summary

Returns an affine transform that rotates between two interface orientations around the center.
This method models UI rotation (opposite to physical device rotation).
For example, rotating from .landscapeRight to .portrait results in a counter-clockwise transform.
- Parameters:
- fromOrientation: The starting interface orientation.
- toOrientation: The target interface orientation.
- Returns: A CGAffineTransform representing the rotation.


ON THIS PAGE