Is it necessary and/or best practice to dispose view controllers that have
been popped off of a navigation controller? E.g., programmatically:
myNavigationController.PopViewControllerAnimated(true).Dispose();
If so, what is the best way to capture a reference to the controller that
is popped when the user touches the back button? (A back button touch does
result in a call to PopViewControllerAnimated, but the nav bar delegate
does not pass a reference to the target controller in its DidPopItem
method.)
Thanks,
Len
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch