I have UITabBar based application with 3 tabs which are UINavigationControllers.
When user clicks certain button on tab1 i push another viewcontroller (so there is Back button in navigationbar).
then i click on tab2 and back to tab1. State of pushed viewcontroller is the same (backbutton is visible).
How i can make so that when user clicks on tab1 again - it will have initial view (not pushed view)?
thanx
When user clicks certain button on tab1 i push another viewcontroller (so there is Back button in navigationbar).
then i click on tab2 and back to tab1. State of pushed viewcontroller is the same (backbutton is visible).
How i can make so that when user clicks on tab1 again - it will have initial view (not pushed view)?
thanx