开发者

Why does orientation change animate when UIView is hidden?

开发者 https://www.devze.com 2023-02-07 08:28 出处:网络
My UIView is hidden, however when the device orientation changes i still see the orientation-change animated black cl开发者_运维百科ipping areas. How do i prevent this?You can change the background co

My UIView is hidden, however when the device orientation changes i still see the orientation-change animated black cl开发者_运维百科ipping areas. How do i prevent this?


You can change the background color of the window to your application background color. Can help in some situations.


Make the view transparent

someView.alpha = 0.0f;
0

精彩评论

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