web-dev-qa-db-ja.com

iPhoneアプリケーションのライフサイクルとは何ですか?

誰もがiPhoneのライフサイクルプロセスを説明できますか?つまり、アプリケーションライフサイクルの最初から最後までです。

84
Santusura8

このCocoaneticsの投稿 も参照してください。アプリのライフサイクル中のAppDelegateメソッドのさまざまな呼び出しを説明する非常に有用なフローチャートを示しています。

UIApplication Delegate messaging flowchart

125
AliSoftware

ここに、ライフサイクル(iPhone/Android)を理解するための図イメージがあります

enter image description here


Edit:ここに、 Apple Docs からのより詳細な情報があります。

パート1:

enter image description here

パート2:

enter image description here

参照

また、これはView Controller Life Cycleメソッド用です

enter image description here

111
swiftBoy

IOS開発者の料理本にはもう1つ簡単なものがあります

enter image description here

20
Haider

より詳細な情報が必要な場合は、Appleが提供する公式文書を読むことができます。
iOS6.0で更新されました
http://developer.Apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/ViewLoadingandUnloading/ViewLoadingandUnloading.html

2
andyqee