From the rootViewController I navigate to a UIViewController
rootViewController
UIViewController
if (self.contr == nil) { ExampleViewController *controller = [[Exampl
Try this in the goBack method :
[self.navigationController popToRootViewControllerAnimated:YES];