Return to root view in IOS

前端 未结 2 1895
生来不讨喜
生来不讨喜 2020-12-21 03:46

To some this may sound like a daft question. I\'ve searched around, and found little, mostly because I cannot find the appropriate search terms.

Here what I want to

2条回答
  •  Happy的楠姐
    2020-12-21 04:45

    You can call popToRootViewControllerAnimated: if you have a UINavigationController. If you specify NO to animate it, then it will just jump back to the root without showing B first.

提交回复
热议问题