I have an app with tabs at the bottom. On the more tab I have two thing in the list called settings and legal. When I click on settings or legal I open up the settings or legal view. When I click on the home tab bar and then return back to the more tab it returns back to where I was before I left. Is there anyway possible to go back to the main view of the more tab?

EDIT
I have my navigation inside of my tab bar controller(like second image).

Are you using a
UITabBarController? If so, you can set the delegate of it when you create it or in your nib, and listen for selections: