I want to create a modal view with the navigation item (right view on my screenshot) and I want it to have a \'back button\'. My app is TabBar application and I don\'t want
You will need to wrap your right hand side view controller in a new navigation controller. In IB, select it and choose the menu item Editor -> Embed In -> Navigation Controller and IB will show a nav bar which you can customize to your heart's content.