exifToUIOrientation Function

UIImageOrientation exifToUIOrientation(PxOrientation value);

References: PxOrientation

Converts an EXIF orientation to the equivalent UIKit image orientation.

Parameters

  • value — The EXIF orientation to convert.

Return Value

The equivalent UIKit orientation.

Top