Presenting modal in iOS 13 fullscreen

后端 未结 30 2081
囚心锁ツ
囚心锁ツ 2020-11-21 06:48

In iOS 13 there is a new behaviour for modal view controller when being presented.

Now it\'s not fullscreen by default and when I try to slide down, the app just dis

30条回答
  •  爱一瞬间的悲伤
    2020-11-21 07:10

    Here is an easy solution without coding a single line.

    • Select View Controller in Storyboard
    • Select attribute Inspector
    • Set presentation "Automatic" to "FullScreen" as per below image

    This change makes iPad app behavior as expected otherwise the new screen is displaying in the center of the screen as a popup.

提交回复
热议问题