Change color behind app on rotation

后端 未结 4 1523
隐瞒了意图╮
隐瞒了意图╮ 2021-01-06 04:54

When an iOS app rotates it will reveal a black background when the app is between portrait and landscape. Is it possible to change this color from the default black to white

4条回答
  •  北海茫月
    2021-01-06 05:19

    I have done something similar but I couldn't find the source now, but here is the idea:

    Create and add a significantly larger view as backing view and center it.

    Add the UIWebView as subview of this large view whose background is white.

    Re-position the center of the UIWebView, too.

提交回复
热议问题