服务端:
    [[NSNotificationCenter defaultCenter]postNotificationName:@"selectedCallBack" object:nil];
接受方:
    [[NSNotificationCenter defaultCenter]removeObserver:self name:@"selectedCallBack" object:nil];
    [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(popupSelected) name:@"selectedCallBack" object:nil];
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号