autresphere / ASBPlayerScrubbing

AVPlayer scrubber behavior for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get a response when video ends

ptkila opened this issue · comments

It`s possible to get a response when the video ended playing?

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