You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i test example code like this:
let contentViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "ContentNavigation")
let menuViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "MenuNavigation")
let sideMenuController = SideMenuController(contentViewController: contentViewController, menuViewController: menuViewController)
UIApplication.shared.keyWindow?.rootViewController = UINavigationController.init(rootViewController: sideMenuController)
the SideMenuController can't work well,and view will move below 88px
The text was updated successfully, but these errors were encountered:
when i test example code like this:
let contentViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "ContentNavigation")
let menuViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "MenuNavigation")
let sideMenuController = SideMenuController(contentViewController: contentViewController, menuViewController: menuViewController)
UIApplication.shared.keyWindow?.rootViewController = UINavigationController.init(rootViewController: sideMenuController)
the SideMenuController can't work well,and view will move below 88px
The text was updated successfully, but these errors were encountered: