My app contain 5 xib
When i navigate to Home to 2nd View and BACK to Home is work fine
But From 3rd View and Tap for BACK its Every Time Push to Home View, I have Try this
-(IBAction)doBack
{
[self.navigationController popViewControllerAnimated:YES];
}
in .xib file added UIView and in that View add a UIButton .
- also Tried pushViewControllerAnimatede:
- and popToviewController: animated:
I have Mac OSX 10.8.3 , IOS 6 , Xcode 4.5.2
I think some How Stack is not Maintain but dont know how ????