Re: Proper use of representedObject in segues

2014-11-30 Thread Mike Abdullah
> On 30 Nov 2014, at 19:17, Mikael Wämundson wrote: > > Hi, > > I understand that when preparing for segue and sending information to the > ViewController of the PopUp, Sheet, etc. I should make use of the > representedObject of that ViewController. > > So far, so good. > > What, however, i

Proper use of representedObject in segues

2014-11-30 Thread Mikael Wämundson
Hi, I understand that when preparing for segue and sending information to the ViewController of the PopUp, Sheet, etc. I should make use of the representedObject of that ViewController. So far, so good. What, however, if I want to send information back to my parent view? Is the proper way to