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
For that you should use following code
import Darwin exit(0)