Created
September 9, 2017 02:14
-
-
Save farhan-syed/05db14ba08d1ac63ed00320eb5a28660 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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