What is the Life Cycle of an iPhone application? [closed]

 ̄綄美尐妖づ 提交于 2019-11-26 23:15:10

See also This post on Cocoanetics that present a very useful flowchart explaining the different calls to the AppDelegate methods during the app life cycle:

here is diagram image for understand Life Cycle (iPhone / Android)


Edit: Here is the more detailed information from Apple Docs.

Part 1:

Part 2:

Reference

Also this one is for View Controller Life Cycle methods

There's another simpler one in ios developer's cookbook

If you want to something more detail ,you can read the official document delivered by apple
It has been updated with iOS6.0
http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/ViewLoadingandUnloading/ViewLoadingandUnloading.html

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!