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 -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -