Here is my question:
I have 3 different UIViewControllers
;
The first is A, the second is B, and the third is C.
A has a push segue to B and then I'm doing some stuff in the ViewDidLoad
method.
C also has a segue to B and then i=I need to do other stuff in the ViewDidLoad
method.
Is there any way to know which UIViewController
A or C has pushed to B?