Raneme tabBarController

pull/2/head
Michael Scoff 7 years ago
parent 7ccc3de5f9
commit 3916a129fd
  1. 6
      Trust/InCoordinator.swift

@ -56,13 +56,13 @@ class InCoordinator: Coordinator {
tokenCoordinator.start()
addCoordinator(tokenCoordinator)
let tabbar = UITabBarController()
tabbar.viewControllers = [
let tabBarController = UITabBarController()
tabBarController.viewControllers = [
transactionCoordinator.navigationController,
tokenCoordinator.navigationController,
]
navigationController.setViewControllers(
[tabbar],
[tabBarController],
animated: false
)
navigationController.setNavigationBarHidden(true, animated: false)

Loading…
Cancel
Save