Does anyone know how to get this to fire when saving an image with the camera?
I have tried setting the delegate of the class like this:
picker.delegate = self
and
picker.delegate =appDelegate
where appDelegate is set to the application delegate.
The code where this resides is in RootViewController and is complying to the right delegate protocols.
However nothing I do will get the didFinishPickingImage method to fire?
Thanks for any pointers
I have tried setting the delegate of the class like this:
picker.delegate = self
and
picker.delegate =appDelegate
where appDelegate is set to the application delegate.
The code where this resides is in RootViewController and is complying to the right delegate protocols.
However nothing I do will get the didFinishPickingImage method to fire?
Thanks for any pointers