afshin-hoseini / afshin-hoseini/LimberTabbar.iOS
tab bar not showing
Open
- Dominant language
- Swift
- Stars
- 54
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
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()
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.