1
imagePicker sourceTypeにいくつかのオプションを追加する方法がありますか?UIImagePickerControllerにいくつかのオプションを追加する方法
imagePicker.sourceType = UIImagePickerControllerSourceType.camera
imagePicker.allowsEditing = true
self.present(imagePicker, animated: true, completion: nil)