I have multiple viewcontrollers for a single tab in a tabbar controller.
In the initial viewcontroller, it shows the tabbar with two items. There is also a button that takes you to the second viewcontroller. I want the second viewcontroller to have the initial tabbar controller with the two items. It currently displays no tabbar controller.
How do I achieve this?
Thank you in advance.