You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Siddharth-tarsariya
changed the title
How can fit landscape image to my custom aspect ratio?
How to fit landscape image to my custom aspect ratio?
Nov 18, 2024
Recording.mp4
Does anyone know how to achieve this?
This is my code
let cropController = CropViewController(croppingStyle: .default, image: image)
cropController.customAspectRatio = CGSize(width: 9, height: 16)
cropController.aspectRatioLockEnabled = true
cropController.resetAspectRatioEnabled = false
cropController.cropView.cropBoxResizeEnabled = false
The text was updated successfully, but these errors were encountered: