0

I have a segue with a uiimageview and 2 buttons to take a picture and choose one from the library. Then I want to go to the next segue and see this uiimageview there also.

So I need to send the image from the uiimageview to another segue om the storyboard.

Thanks in advanced, Tim

Tim Lodder
  • 49
  • 1
  • 12

1 Answers1

0

Add an image property to the second view controller and set it in prepareForSegue:sender:.

There is a previous question that goes into this in some detail.

Community
  • 1
  • 1
Conrad Shultz
  • 8,748
  • 2
  • 31
  • 33