How to tell when back button is pressed in a UINavigationControllerStack

Posted by user304566 on Stack Overflow See other posts from Stack Overflow or by user304566
Published on 2010-03-29T21:20:27Z Indexed on 2010/03/29 21:23 UTC
Read the original article Hit count: 114

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?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone