I have a UITabviewController with 3 tab bar items pointing to there own different class, so what I did is to one of the tab bar item class, I have declared the code to display the contact list from the iPhone, it is displaying the contact list when I'm pressing the particular tab for which I have declared the class that should display the contact list, but it is covering the whole view of the iPhone SDK. However I want the bottom bar of tabviewcontroller to be displayed to navigate to other tabs also at the same time. It is displaying like this
But I need to display like this
