IPhone - After dismissing Modal View Controller - gap is left at top of page

后端 未结 16 964
暖寄归人
暖寄归人 2020-12-24 07:07

When starting the app, if the user doesn\'t have login information stored, I want to display a modal view controller to force the entry of this information. I found through

16条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-24 07:44

    Just wanted to chime and say I had the exact opposite problem - a white gap at the bottom of the screen. And the fix was also the opposite, I was presenting from a subview, when I needed to be presenting from the parent. Thanks!

提交回复
热议问题