Can I pass an Image from a popoverview to the controller that brings the popoverview forward? Can I pass the image with a delegate or do I have to put it in NSData to transport it?
I am having struggles with it, I already tried a thousand tutorials but I can't get it working, so my question is:
Is it possible to pass images from popoverviews to viewcontrollers?
And, if yes: what is the easiest way to understand and do this?