开发者

Remove the white "frame" that occurs when the interface flips?

I have a view with a black background, when I flip the device and the interface flips with it a white pixelated "frame" appears around the black view during the animation, and then the frame disappears when the interface settles.

This "frame" seem to be part of, or a consequence of the animation, is there any known 开发者_如何学Goway of solving this issue?


Solution by Paul Peelen:

Setting the UIWindow background color to black, in the AppDelegate, solved the problem :)

[[self window] setBackgroundColor:[UIColor blackColor]];
0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜