Hi All,
I have a quick question I'm hoping someone out there might have an answer for. I have a tab bar app that I have built that has navigation controllers on tabs 1 & 2. The first tab appears to let my view slide underneath of the navbar at the top, while the second doesn't. The second tab is a favorites section where I am allowing the user to view pages they have bookmarked from the first tab. The problem I'm having is that when my content is displayed in either the first or second tab it looks different from each other because the view is sliding under the navbar in tab1, but not on tab2. when I first made all the content, I placed everything down 44 pixels to make up for the navbar, but now that I have my favorites page implemented everything there is placed 44 pixels below the navbar leaving a big gap.
Any ideas how this can be cured? I should point out that tab1 uses a navcontroller with different buttons that push & pop the views onto the screen while tab2 uses a navcontroller with a tableview to list all the pages and then push or pop them onto the screen.
Thanks!