You might want to have a look at the UINavigationControllerDelegate: http://developer.apple.com/library/ios/#documentation/uikit/reference/UINavi gationControllerDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/i ntf/UINavigationControllerDelegate
René -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von MilkyJoe Gesendet: Mittwoch, 9. November 2011 18:11 An: [email protected] Betreff: [MonoTouch] Is it possible to determine whether a view controller has been pushed or popped? Is it possible to determine whether a view controller has been pushed or popped? I basically need to know if control is returning from or moving to a view controller in the stack (I want to perform some house keeping only if it's being popped). The ViewDid/WillDisappear events aren't sufficient in themselves, as they fire in both scenarios. Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/Is-it-possible-to-determine-whether-a -view-controller-has-been-pushed-or-popped-tp4020524p4020524.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
