代码之家  ›  专栏  ›  技术社区  ›  euphoria83

iPhone应用程序启动时的启动/初始化过程是什么?

  •  0
  • euphoria83  · 技术社区  · 15 年前

    我将详细阐述如下:

    不同对象和nib文件的实例化/初始化顺序是什么?

    我的理解如下:

    1) UIMainApplication function loads the main .nib file specified in info.plist.
    2) This .nib file instantiates the Delegate object.
    3) When the appDidFinishLoading method runs, it generally initializes the UIViewController object.
    

    一般来说,.nib文件实例化连接到它的对象,对象实例化/加载他们有一个IBOutlet的.nib文件。

    如果这太复杂,无法在这里解释,请给我指一篇合适的文章。

    1 回复  |  直到 15 年前
        1
  •  1
  •   fbrereto    15 年前

    你的总结在我看来很好-你在寻找什么样的细节?