SWRevealviewcontroller 嵌套的 ViewControllers

SWRevealviewcontroller nested ViewControllers

我有一个问题: 我在我的应用程序中使用 SWRevealviewcontroller 作为菜单。是手机商城应用,这个菜单里有home screenaccount screencartothers。帐户屏幕是一个 controller with TableView,它还有几个选项,如登录、创建帐户等。 SWrevealviewcontroller 仅适用于第一个控制器,其他嵌套在该控制器中的 table 视图看不到 revealviewcontroller。当我使用 "Show" segue 时它会出现,但是当我使用 SWRevealviewcontrollerPushController 时它会崩溃

(I implemented manual trigerring and the error is, that viewController with table view doesn't recognize segue with ID )

有什么帮助吗?

已解决 :) 我设置了 Show segue,然后将 class 更改为 SWRevealViewControllerPushController。 但是我想知道为什么当我在创建 segue 时只选择 SWRevealViewControllerPushController 时它不起作用?