I have a button in my UI and was wondering if you are able to close the app and exit to the homescreen if you press it. Thanks!
|
|
You can always call exit(0) but it is against Apple's design guidelines to close applications programatically. The recommended way is when the user press the home button. |
|||
|
|
|
I don't know your thoughts for doing this, but try explaining why or at least think it over again :) A snippet from the HIG
|
|||
|
|
|
This method works also |
|||
|
|