WWDC 2019 - iOS13 April 2020 requirement

后端 未结 3 493
感动是毒
感动是毒 2020-12-21 01:33

In the WWDC 2019 video Modernizing Your UI for iOS 13 , Apple mentions a requirement that by April 2020 all apps should

  • Adopt Launch Storyboards
  • Suppo
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-21 02:14

    Split screen multitasking refers to the ability to have two apps open side-by-side on the iPad -- see Session 205 from WWDC2015 that talks about this. The requirement says that apps submitted after April 2020 must be able to run in this mode, that is, they must be able to work in layouts different than the standard fullscreen.

    The two videos you linked are about multiple windows -- this is when your app can run multiple instances of itself side-by-side. This feature is not part of the new requirements.

提交回复
热议问题