Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Initial Navigation Issue #153

Open
junaid04 opened this issue Jun 21, 2018 · 0 comments
Open

Initial Navigation Issue #153

junaid04 opened this issue Jun 21, 2018 · 0 comments

Comments

@junaid04
Copy link

junaid04 commented Jun 21, 2018

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()
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant