Skip to main content
API Reference SwiftyNsdk ImageMath

deviceRotation

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

Declaration

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

Summary

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


ON THIS PAGE