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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -