ios - Detect tap on / off AVPlayerViewController controls -


based on answer this question, have implemented event handler detects when avplayeritem finishes 'naturally'(through avplayeritem.didplaytoendtimenotification) , when finishes because user has used seek bar reach end of video (through avplayeritem.timejumpednotification).

i extend further checking, in event handler second case, whether user has stopped seeking - i.e finger has been lifted screen) or whether they're still actively seeking.

is there way detect events on avplayerviewcontroller controls can perform check , react accordingly?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -