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
Post a Comment