Попробуйте вот так [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(noteDate:) name:@"notedaterelatednotification" object:nil];
вместо [nc postNotificationName: @ "connectDate" object: self userInfo: dicDate];эта строка ....
Я надеюсь, что вы знаете, с приведенной ниже строкой
[[NSNotificationCenter defaultCenter] postNotificationName:@"notedaterelatednotification" object:nil userInfo:nil];