开发者

How to change the background of a movieviewplayercontroller's view

开发者 https://www.devze.com 2023-02-05 02:02 出处:网络
When I load the movie into the movie player\'s view it has a black background, I want a white background.

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];

0

精彩评论

暂无评论...
验证码 换一张
取 消