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
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
I have received this message in crashlytics when setting up sidemenu as initial view controller #15-[_UINavigationBarVisualProviderModernIOS _updateContentForTopItem:backItem:animated:]
and application is crashing here is my code.
let sb = UIStoryboard(name: "Main", bundle: Bundle.main)
let sideMenuVC = sb.instantiateViewController(withIdentifier: "FIFCustomSideMenuVC")
self.window?.rootViewController = sideMenuVC
self.window?.makeKeyAndVisible()
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have received this message in crashlytics when setting up sidemenu as initial view controller
#15-[_UINavigationBarVisualProviderModernIOS _updateContentForTopItem:backItem:animated:]
and application is crashing here is my code.
The text was updated successfully, but these errors were encountered: