//發送端:
[NSNotificationCenter.defaultCenter postNotificationName:@"playIntro" object:self];
//接收端:
[NSNotificationCenter.defaultCenter addObserver:self selector:@selector(playIntro) name:@"playIntro" object:self.moviePlayer];
//接收後註銷:
[NSNotificationCenter.defaultCenter removeObserver:self name:@"playIntro" object:self.moviePlayer];
沒有留言:
張貼留言