CoreMLDemo
CoreMLDemo copied to clipboard
Update ViewController to work on iOS 13 with Xcode 11.3
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.