I want to retrieve action event of default fullscreen button in AVPlayerViewController
. How can i get that button action event? As i want to do edit in that action method. The Fullscreen button will displayed when we do playerViewController.showsPlaybackControls = YES;
in AVPLayerViewController
.
Thanks in advance.