Closed ChandraPrakashJangid closed 1 year ago
@ChandraPrakashJangid : For generic case like yours, stack-over flow is a better place to post such questions as this particular issue is not related to this specific library.
Following code should be called after the login is successful -
let mainStoryboard = UIStoryboard(name: "Main", bundle: Bundle.main)
let mainTabBarController = mainStoryboard.instantiateViewController(withIdentifier: "MainTabBarController")
window = UIWindow(frame: UIScreen.main.bounds)
window?.rootViewController = mainTabBarController
window?.makeKeyAndVisible()
Where MainTabBarController
is the ESTabBarController
Actually I am new to iOS and I want to use custom tab as supported by you. Let me explain how I am trying to do and where I am stuck
But I am not getting the way how I need to call tab bar from dashboard screen.