注册的 通知,即使pop也要移除掉的,因为,再进入还会 加新的,不会覆盖掉的,
-(void)backAction:(id)sender
{
[[NSNotificationCenterdefaultCenter]removeObserver:self];
[self.navigationControllerpopViewControllerAnimated:YES];
}
-(void)backAction:(id)sender
{
[[NSNotificationCenterdefaultCenter]removeObserver:self];
[self.navigationControllerpopViewControllerAnimated:YES];
}