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.
有没有办法设置导航抽屉而不使视图控制器成为应用程序委托文件中示例中设置的根视图控制器?
您无需将 设置NavigationDrawerController为UIWindow.rootViewController. 这样做是为了确保抽屉实际上覆盖了所有东西。目前还没有独立的 NavigationDrawer,但您可以将 NavigationDrawerController 设置为另一个视图控制器的子 UIViewController。
NavigationDrawerController
UIWindow.rootViewController