iOS通知中心

http://potter528.bj.bdysite.com

如果播放器播放完毕后通知中心通知对象,执行方法选择器中的方法

[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didMusicFinished) name:AVPlayerItemDidPlayToEndTimeNotification object:nil];

你可能感兴趣的:(iOS通知中心)