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

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

Reversible shuffling a int array in java -