ios - MPMoviePlayerController in UICollectionView -


i developing app ios in xamarin , have uicollectionview mpmovieplayercontroller in cells.

my problem cannot use mpmovieplayercontroller controls in order play / pause video because uicollectionview has touch events.

i have tried setting false in uicollectionview cancancelcontenttouches field , setting true userinteraction doesn't work.

how can send touch event mpmovieplayercontroller?

thanks in advance!


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

c# - How do I debug "System.DllNotFoundException: The specified procedure could not be found"? -

python - How to read gradle build progress from it's output? -