iOS通知中心

作者: Bug集 | 来源:发表于2015-10-29 21:32 被阅读206次

    http://potter528.bj.bdysite.com

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

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

    相关文章

      网友评论

        本文标题:iOS通知中心

        本文链接:https://www.haomeiwen.com/subject/jykfhttx.html