0

我想在我的 iOS 应用程序中添加一个侧边菜单。当用户在当前视图中按下按钮时,它应该向右侧移动一点,并且侧边菜单应该来自左侧。我怎样才能做到这一点?我为我的应用程序使用 了 ECSlidingViewController,但它给了我一个例外

Terminating app due to uncaught exception 'Missing topViewController', reason: 'Set the topViewController before loading ECSlidingViewController'

如何解决这个问题,还有其他方法吗?请帮我。谢谢

4

2 回答 2

0

你可以试试这个库,只需添加你的左右视图控制器,易于管理.. https://github.com/John-Lluch/SWRevealViewController

于 2015-02-21T05:39:44.910 回答
0

还有很多其他选项 https://github.com/aryaxt/iOS-Slide-Menu https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=side+menu 或者你可以做你的在本文档的帮助下拥有http://www.appcoda.com/ios-programming-sidebar-navigation-menu/

于 2015-02-21T05:28:11.760 回答