我想在 ios 项目中添加幻灯片菜单效果,并尝试从github(https://github.com/SocialObjects-Software/AMSlideMenu)创建一个库。
在自述文件或演示中,它说:
To add Content ViewController you have to to do the following:
• Create your content view controller and embed it in a UINavigationController
• Connect it to the AMSlideMenuLeftTableViewController or AMSlideMenuRightTableViewController with custom segue AMSlideMenuContentSegue and set some identifier.
我的内容 viewcontroller 必须是 UINavigationController ?
有人在该项目中有实践(https://github.com/SocialObjects-Software/AMSlideMenu)吗?提前谢谢。