I have a Tab Bar Controller
connected to other views through a navigation controller, as I read in this question, in the following scheme:
/---> NavigationController -> View1
TableView ---> TabBarController--|
\---> NavigationController -> View2
The problem is the following: navigation bar in the View1/View2 appears with no problem, and the back button to the first view, the TableView, works, but elements such as the title, or buttons in the right side of the navigation bar aren't showed up.
The following screenshot show my current situation.
EDIT: I have marked on the image what doesn't appear in the compiled app.