How to display the desired view after traversing to some level with NavigationController
Is there any way to 开发者_开发问答display the home screen or (first view controller) after i traversed to some levels with the NavigationController
YES, try this
[self.navigationController popToRootViewControllerAnimated:YES];
All the Best.
精彩评论