Hi all,
I have Navigation App on it there are many view in one button in navigation bar i have default button which is back and i add on right side next button to move us to next page i have more than three page i need when i reach to last page button on the view named home returned me to hame page the first view what i must do to prevent looping and to kill every page i open it when i press home button
Originally Posted by iphonedev.pmd
when last home button is pressed call the method
[self.navigationcontroller popToRootViewController animated YES];
It will kill all the open page
thank you very much