【发布时间】:2016-01-25 09:55:52
【问题描述】:
我使用SWRevealViewController 来创建侧边栏。在此我使用我的HomeViewController 作为front 和SidebarViewController 作为right。
我的SidebarViewController 包含UITableView(具有不同的主题名称)。我想在选择任何主题时打开一个新的ViewController 说QuestionsViewController。
现在我的问题是我想再次使用SWRevealViewController 在QuestionViewController 中有一个侧边栏,但在SWRevealViewController 前面segue 的标识符sw_front 是一个常量字符串,所以我该如何更改它或有任何其他方式来拥有它QuestionViewController 中的侧边栏。
简而言之:我们能否在不同的ViewControllers 中使用SWRevelViewController 拥有相同的侧边栏
【问题讨论】:
标签: ios swrevealviewcontroller