注册的 通知,即使pop也要移除掉的,因为,再进入还会 加新的,不会覆盖掉的,

-(void)backAction:(id)sender

{

    [[NSNotificationCenterdefaultCenter]removeObserver:self];

    [self.navigationControllerpopViewControllerAnimated:YES];

}

posted @ 2013-12-02 18:39  路在脚下,  阅读(155)  评论(0编辑  收藏  举报