ios - How to navigate to Dashboard page instead of SideBar Menu Page on click of Back/Home button? -


i working on application there options present on both dashboard , sidebar menu.

now when go dashboard 1 of option , go ahead 2-3 page , click on home button navigate me dashboard.(alright is)

but when go same option side bar menu , click on home button takes me side bar menu page, here want navigated dashboard page.

on click of home button using

- (ibaction)home:(id)sender {     [self.navigationcontroller poptorootviewcontrolleranimated:yes]; } 

is there way, can this???


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -