Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created September 9, 2017 02:14
Show Gist options
  • Save farhan-syed/05db14ba08d1ac63ed00320eb5a28660 to your computer and use it in GitHub Desktop.
Save farhan-syed/05db14ba08d1ac63ed00320eb5a28660 to your computer and use it in GitHub Desktop.
let firstViewController = firstVC()
firstViewController.tabBarItem = UITabBarItem(tabBarSystemItem: .search, tag: 0)
let secondViewController = secondVC()
secondViewController.tabBarItem = UITabBarItem(tabBarSystemItem: .more, tag: 1)
let tabBarList = [firstViewController, secondViewController]
viewControllers = tabBarList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment