I need to use UITabBar with a UITabBarItem, but I need to do this without using a UITabBarController in the storyboard.
I added a TabBar
and a TabBarItem
in my firstViewController
, but I can't trigger or add an event method in my class.
What is the proper way to do this? Could someone outline the next steps to take?
Thanks.