i'm sorry for my english. I'm trying to develop my first app and i have a tab bar controller connected to some view controller. In one of these i have some images and when i click on image a UITapGestureRecognizer navigate to navigation controller like in the storyboard in this link:
http://www.manuelragazzini.it/storyboard_navigation.png
That's works but there is a problem. In navigation controller view there isn't the tab bar. I want to keep the tab bar controller also in the "navigation controller view". There is a way to keep on the tab bar?
If is it possible i want keep the first view controller without navigation controller and only when a user tap on image the navigation controller appear with tab bar in the new view controller.