DZVideoPlayerViewController
DZVideoPlayerViewController copied to clipboard
Hide Playback controls.
i want to play video with custom button so i want to hide player default playback controls.
i tried this to hide but when i click on player view it show default playback controls.
[self.videoPlayerViewController hideControls];
how ca i hide them?