我想在我的 iOS 应用程序中添加一个侧边菜单。当用户在当前视图中按下按钮时,它应该向右侧移动一点,并且侧边菜单应该来自左侧。我怎样才能做到这一点?我为我的应用程序使用 了 ECSlidingViewController,但它给了我一个例外
Terminating app due to uncaught exception 'Missing topViewController', reason: 'Set the topViewController before loading ECSlidingViewController'
如何解决这个问题,还有其他方法吗?请帮我。谢谢