我有一个问题:我在我的应用程序中使用SWRevealviewcontroller作为菜单。这是移动商店应用程序,菜单中有home screen、account screen、cart和others。account屏幕是一个controller with TableView,它还有几个选项,比如登录、创建帐户等等。SWrevealviewcontroller只适用于第一个控制器,其他嵌套在此控制器中的表视图不能看到revealviewcontroller。当我使用"Show" segue时,它会出现,但当我使用SWRevealviewcontrollerPushController时,它会崩溃
(I implemented manual trigerring and the error is, that viewController with table view doesn't recognize segue with ID )有什么帮助吗?
发布于 2016-04-11 08:19:54
)设置segue,然后将类更改为SWRevealViewControllerPushController。但是我想知道为什么当我在创建segue时只选择SWRevealViewControllerPushController就不能工作了?
https://stackoverflow.com/questions/36543245
复制相似问题