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 -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -