How to exit app and return to home screen in iOS 8 using Swift programming

后端 未结 6 1872
猫巷女王i
猫巷女王i 2020-12-16 12:30

I\'m trying to programmatically return to the home screen in an iOS8 App using Swift. I want to continue the application running in the background though. Any ideas on how

6条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 13:02

    There is no way to "programmatically return to the home screen" except for crashing, exiting your program or calling unofficial API. Neither is welcome by Apple. Plus the Human Interface Guidelines are also covering this.

提交回复
热议问题