LimberTabbar.iOS icon indicating copy to clipboard operation
LimberTabbar.iOS copied to clipboard

tab bar not showing

Open UsmanZiaDtech opened this issue 4 years ago • 0 comments

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()

UsmanZiaDtech avatar Mar 19 '20 12:03 UsmanZiaDtech