How to change the background of a movieviewplayercontroller's view
When I load the movie into the movie player's view it has a black background, I want a white background.
I set the background color of the containing view and the moviecontroller开发者_Python百科's view and it doesn't change the background color. Any ideas?
videoMPPlayer.backgroundView.backgroundColor = [uicolor whitecolor];
精彩评论