스위프트 이미지 크롭1 [사진]Mantis Library 활용하여 이미지 크롭해보기 extension MyPageViewController : CropViewControllerDelegate { func cropViewControllerDidCrop(_ cropViewController: CropViewController, cropped: UIImage, transformation: Transformation) { print("successfully cropped") print("cropped is \(cropped)") self.croppedProfileImage = cropped cropViewController.dismiss(animated: true, completion: nil) } func cropViewControllerDidCancel(_ cropViewController.. 2022. 12. 21. 이전 1 다음