Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 github 上的 JWSlideMenu 项目和bannerView Controller 一起实现滑动菜单。这两个代码都想成为 AppDelegate.m 中的根视图控制器,但我只能实现一个?有什么办法吗?
例子
self.window.rootViewController = slideMenu;
或者
self.window.rootViewController = _bannerViewController;
任何帮助,将不胜感激。