CoreMLDemo icon indicating copy to clipboard operation
CoreMLDemo copied to clipboard

Update ViewController to work on iOS 13 with Xcode 11.3

Open kamalesh0406 opened this issue 5 years ago • 0 comments

The current code doesn't work on iOS 13 when the selected image doesn't appear in the ImageView. Changing the info parameter of imagePickerController function from string to UIImagePickerController.InfoKey and other appropriate changes corrects the error.

kamalesh0406 avatar Feb 22 '20 08:02 kamalesh0406