Proper way to exit iPhone application?

前端 未结 25 2738
难免孤独
难免孤独 2020-11-22 01:54

I am programming an iPhone app, and I need to force it to exit due to certain user actions. After cleaning up memory the app allocated, what\'s the appropriate method to ca

25条回答
  •  遥遥无期
    2020-11-22 02:52

    In addition to the above, good, answer I just wanted to add, think about cleaning up your memory.

    After your application exits, the iPhone OS will automatically clean up anything your application left behind, so freeing all memory manually can just increase the amount of time it takes your application to exit.

提交回复
热议问题