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 set sidemenu as rootview controller it is crash. Below here my sample code:
let mainScreen = storyboard.instantiateViewController(withIdentifier: "SideMenu") as! SideMenuController
let homeNavigationController = UINavigationController(rootViewController: mainScreen)
self.window?.rootViewController = homeNavigationController
self.window?.makeKeyAndVisible()`
log cat errror:
menuViewController.beginAppearanceTransition(true, animated: true). <-- Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Why?
The text was updated successfully, but these errors were encountered:
when i set sidemenu as rootview controller it is crash. Below here my sample code:
log cat errror:
menuViewController.beginAppearanceTransition(true, animated: true). <-- Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Why?
The text was updated successfully, but these errors were encountered: