Mohit-Allay
Results
1
comments of
Mohit-Allay
This will fix auto rotate : CameraManager properties: ``` cameraManager.shouldRespondToOrientationChanges = true cameraManager.shouldKeepViewAtOrientationChanges = true ``` UIImage extension: ```` extension UIImage { func fixOrientation() -> UIImage? { guard imageOrientation !=...