Hi,
when I go to the controller with the call of this function the tab bar not showing
self.window = UIWindow(frame: UIScreen.main.bounds)
let vc = Utilities.shared.getViewController(identifier: HomeVC.className, storyboardType: .common)
isComeVIP = true
let navigationController = UINavigationController.init(rootViewController: vc)
self.window?.rootViewController = navigationController
self.window?.makeKeyAndVisible()
Hi,
when I go to the controller with the call of this function the tab bar not showing
self.window = UIWindow(frame: UIScreen.main.bounds)
let vc = Utilities.shared.getViewController(identifier: HomeVC.className, storyboardType: .common)
isComeVIP = true
let navigationController = UINavigationController.init(rootViewController: vc)
self.window?.rootViewController = navigationController