【发布时间】:2012-02-08 09:08:24
【问题描述】:
我有一个应用程序,它的根视图是 4 个表视图的菜单,用户通过选择加载另一个子视图的单元格来设置搜索查询,因此基本结构如下所示
Root View
- Parent View (search view)
--Sub View (user selects variables here to fill search parameters of the parent view
但是其中一个父视图搜索参数需要另一个子视图被推送到导航堆栈上,所以它看起来像
Root View
- Parent View (search view)
--Sub View (user selects variables here to fill search parameters of the parent view
---Sub View (related values to the previous subview i.e. Model / sub model)
我想知道是否有办法从这个子视图弹回父视图.. 我知道您可以弹出一个视图或弹出回根视图,但这次我想弹出两个子视图……这可能吗?
【问题讨论】:
标签: iphone ios uitableview uiviewcontroller uinavigationcontroller