I have a tab bar in my app that has 3 items leading to 3 separate view controllers. However, within one of those pages I have a button transition to another view controller (click on the button and it takes you to another page), and the tab on the bottom is no longer visible.
Think of Instagram where you can search for a person...if you click on that person's profile, the tab on the bottom is still visible and responsive, while the tab bar in my app is not. I need that same effect that Instagram has in my app, however I am confused on how to achieve that.