I need help with a problem I cant seem to solve.
I have a viewcontroller(view1) which I show by presenting it.
This view(view1) has a button on it, which when selected, presents another viewController(view 2). View 2 has a few buttons, when one is selected it opens a new viewController(view3).
Now the thing is, when a button is selected in view 3, I want to create a UIImageView which holds the image which was selected(the button which was pressed in view3) in view1 and display it.
How do I create a UIImageView with an assigned image in view1, when the action is triggered in view3?
I currently create an image but nothing is set to or shows up on view1. I wont even show the code as it is a big fail.
Thanks Thanks