Kumar
Kumar

Reputation: 9

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

Upvotes: 0

Views: 39

Answers (1)

Warrior
Warrior

Reputation: 39374

YES, try this

    [self.navigationController popToRootViewControllerAnimated:YES];

All the Best.

Upvotes: 2

Related Questions