afshin-hoseini / afshin-hoseini/LimberTabbar.iOS
tab bar not showing
Abierto
- Lenguaje dominante
- Swift
- Estrellas
- 54
- Forks
- 10
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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()
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.