Is it possible to opt your iPad app out of multitasking on iOS 9

前端 未结 4 587
悲&欢浪女
悲&欢浪女 2020-11-27 16:17

I have a large app that I will need some time to optimize for iOS9.

Edit: What I am worried about is all the UI getting squeezed together when the app window size i

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 16:46

    You have to modify your project to support multitasking. According to WWDC 2015 video, to adopt your app for multitasking, satisfy these requirements:

    1. Build your app with iOS 9 SDK
    2. Support all orientations
    3. Use Launch Storyboards

    So, if any of this is not done yet, your app will not be able to support multitasking.

    Of course, if you don't use size classes, put it at the top of the list.

    Edit: according to you question edit. There is a UIRequiresFullScreen key in Info.plist. See more at Apple docs

提交回复
热议问题