【发布时间】:2015-10-15 06:28:31
【问题描述】:
谁能解释一下UINavigationController中推送和弹出堆栈项的概念。我只知道数据结构中堆栈操作中使用的Push和Pop的含义,但不知道它是如何工作的在UINavigationController。请同时解释它的以下功能。
pushViewController:animated:
- popViewControllerAnimated:
- popToRootViewControllerAnimated:
- popToViewController:animated:
interactivePopGestureRecognizer
谢谢。
【问题讨论】:
标签: ios iphone uinavigationcontroller uinavigationbar