Because I've ported my PC app to run on iOS, I still have the GUI menu-bar with an option "Exit". This just triggers a call to
It works on Windows/Mac because my message loop detects the RW is gone and exits. But obviously iOS has no such message loop - so my app simply stops rendering when I click 'exit'.
Is there a way to make an iOS app self-exit, or does that totally break the whole iOS UX?