Resize for in-call status bar?

前端 未结 11 584
名媛妹妹
名媛妹妹 2020-11-29 03:06

How can I make my view resize in response to the in-call status bar from my nib?

I figured it would just be setting the resize properties, but they\'re not enabled f

11条回答
  •  离开以前
    2020-11-29 03:44

    I was having the same problem. What I did was this.

    1. Open the xib file in IB
    2. All interface elements are by default attached to move along with with top and shown in the 'Autosizing' property in the 'Size Inspector'. So, for the UI elements at the bottom of the screen, remove the link from top and instead make the link from bottom. Leave all the others as is.
    3. Problem Solved!!!

    I hope I was clear.

提交回复
热议问题