Hi I'm new to swift and I have the following problem:
My project has a Tab bar menu that, when clicked, calls different Viewcontrollers, when I click on the menu, only the related title, and color that I determined appear, but the main content that I placed such as label, buttons, etc... does not appear.
I'm not using storyboard just doing everything by code inside each view controller. What did I forget to do?