VLCPlayerDisplayController: Adjust modal presentation style
This merge request brings a fix to the orientation lock issue:
-
The previous modal presentation style displayed the player over the current context bypassing the supported interface orientations defined.
-
The modal presentation over full screen allows us to fix this issue and still have the navigation controller's background clear for the minimizing gesture.
Closes #1679 (closed)