How to tell when back button is pressed in a UINavigationControllerStack
- by user304566
Is it possible to check when the back button is pressed in a UINavigationController stack? I've tried adding a action and target to self.navigationItem.backBarButtonItem to no avail.
Anyone have any solutions?