Reputation: 9
Is there any way to display the home screen or (first view controller) after i traversed to some levels with the NavigationController
Upvotes: 0
Views: 39
Reputation: 39374
YES, try this
[self.navigationController popToRootViewControllerAnimated:YES];
All the Best.
Upvotes: 2