I have two navigation Controllers for my views. I need to perform some operations when the user presses the back button to go to the previous view. Normally I would do this using the prepareForSague() function and using the sague Identifier.
What's the identifier (or how do I get it) of the back button that comes with navigation controller so i can use it in my prepareForSague function. Or is it done in other ways?