I am NOT using a UITabBarController.
I have a view controller and I added a UITabBar
, it has two items.
How can I make sure that when the first item is clicked, it loads the content from a specific view controller, and when another item is clicked, loads the content from another view controller?