Guest User

Untitled

a guest
Jun 14th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. let tabBarController = CustomTabBarController() //custom controller
  2. tabBarController.customizableViewControllers = nil
  3. tabBarController.tabBar.tintColor = UIColor(named:"navigationColor") //tabBarColor
  4. self.window?.rootViewController = tabBarController
Add Comment
Please, Sign In to add comment