我发现了滑动功能,我可以在我的应用中使用它。 https://github.com/YoonBongKim/SwipeMenuDemo 但问题是,当我使用时,我需要在Appdelegate.m中更改我的根视图控制器。
YBSwipeViewController *swipeRootViewCntrlr = [[YBSwipeViewController alloc] initWithMainViewController:mainNavigationCntrlr menuViewController:menuNavigationCntrlr];
self.window.rootViewController = swipeRootViewCntrlr;
结果,我的原始viewcontroller无法正常工作。我的原始viewcontroller与其他控制器链接。我仍然可以刷卡。但是当viewcontroller需要从其他类调用时,应用程序就会粉碎。我想知道怎么做。
答案 0 :(得分:0)
我建议寻找能完全相同的东西,但在GitHub上有317颗星 https://github.com/meiwin/MWFSlideNavigationViewController
我不是说你提供的课程不起作用,但如果项目背后有一个大社区,那就更容易了。