I am trying to find out which view controller that I came from. Let me explain.
I have viewController A (Place viewcontroller). On viewcontroller A there are 3 buttons (Website button, Map button, Rate button). When a user presses Rate button they go to Rate viewcontroller. When they come back from that viewController I have to 'do stuff' on/within viewController A (Place view controller). When a user presses either the 'Website button' or 'Map button' no action is required.
Is there a way I can check which viewcontroller I have just come from?
Does anyone have any suggestions?
Thanks.