开发者

How to display the desired view after traversing to some level with NavigationController

开发者 https://www.devze.com 2023-02-16 12:07 出处:网络
Is there any way to 开发者_开发问答display the home screen or (first view controller) after i traversed to some levels withthe NavigationController YES, try this

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消