Open
Description
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