如何确保UIImagePickerController始终返回平方图像? WhatsApp做到了,但我还没有找到实现这个目标的方法。
http://i.stack.imgur.com/8CVln.jpg
只需使用ImagepickerView并允许编辑
即可完成我的代码: -
// setting profile pic
let myImagePickerController = UIImagePickerController()
myImagePickerController.delegate = self
myImagePickerController.sourceType = UIImagePickerControllerSourceType.PhotoLibrary
// myImagePickerController.sourceType = UIImagePickerControllerSourceType.Camera
myImagePickerController.allowsEditing = true
self.presentViewController(myImagePickerController, animated: true, completion: nil)
我只想要相同的编辑器,但没有这些线,是否有任何可能的方法来实现这一目标?
P.S。这个问题已经被问到,但还没有回答这就是为什么要再问一次。
答案 0 :(得分:0)
更好的是你应该使用自定义视图并从segue发布你选择的图像并使用其中一个库https://github.com/ruslanskorb/RSKImageCropper并且很抱歉回答这个应该是一个评论但没有声誉:/