DFPlayer icon indicating copy to clipboard operation
DFPlayer copied to clipboard

播放关不掉,检测进度的代理不执行

Open LoveCorner opened this issue 4 years ago • 0 comments

1.写了暂停,再播放列表其他经常会无法暂停掉上一个播放的音频 ,同时播放好几个 2.想要显示当前正在播放的时间,这个代理方法有时候执行有时候不执行- (void)df_player:(DFPlayer *)player progress:(CGFloat)progress currentTime:(CGFloat)currentTime{ 3.返回上个界面有时候还会播放,-(void)viewWillDisappear:(BOOL)animated{ [super viewWillDisappear:animated]; [self.player df_pause]; [self.player df_deallocPlayer]; } 这样写也不管用

LoveCorner avatar Aug 12 '20 12:08 LoveCorner