Is there anyway to close iphone app just like user press the menu key?
I already know exit(0) , it works. But user experience not good, I want to scale the window first and then close the app, just like user press the menu key. Is this possible? Thanks!
Is there anyway to close iphone app just like user press the menu key?
Share
This is not possible. Apple don’t allow it. It’s very poor user experience for an app to just exit even if it does look like they’ve pressed the home button. The user is in control of what happens and when an app exits.