hi, how can I pop and then push view controllers in the same action?
this.Retain().Autorelease(); NavigationController.PopViewControllerAnimated(false); NavigationController.PushViewController(new Screen(), true);
those 2 lines will pop to previous screen but won't push to the new one. please help....