Having a problem in some swift code I had written for an OCR translation app. The code snippet is below:
@IBAction func btnOCR(sender: AnyObject) { var
You forgot about UINavigationControllerDelegate in your ViewController class defenition.
The image picker’s delegate object.
Declaration
unowned(unsafe) var delegate: protocol?