There is a problem in my navigation controller after the google sign in here,
Here is my code attached
Code Block Swift UserDefaults.standard.set(downloadUrl, forKey: "profile_picture_url") let vc = self?.storyboard?.instantiateViewController(identifier: "tabBarVC") as! TabBarViewController vc.modalPresentationStyle = .fullScreen self?.present(vc, animated: true)
Here is my code attached