I have a UILabel over my video player.
On load of the video controller the label is showing, as soon as the video starts its hiding.
I have already tried these below steps to overcome this issue but no luck:-
1) self.captionLbl.layer.zPosition = 1; 2) [self.view bringSubviewToFront:self.captionLbl];
Any help is highly appreciated!