Re: Understanding the docs. UIApplication for iOS
Re: Understanding the docs. UIApplication for iOS
- Subject: Re: Understanding the docs. UIApplication for iOS
- From: Matt Neuburg <email@hidden>
- Date: Wed, 05 Jun 2013 06:53:00 -0700
> Date: Mon, 03 Jun 2013 18:19:43 -0400
> From: Alex Zavatone <email@hidden>
> Subject: Re: Understanding the docs. UIApplication for iOS
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset="windows-1252"
>
> Ahh, it's just that the app startup process is more complicated than is easily explained and I'm about to tell the staff, "just ignore the details for now, you put this here and it works". I'd love to explain why it works the way it works
Well, you could show them my description of UIApplicationMain, here:
http://www.apeth.com/iOSBook/ch06.html#_code
It explains how the UIApplication instance is created, how the AppDelegate (or whatever it's called) instance is created, and when the latter is sent application:didFinishLaunchingWithOptions:.
Subsequently, this section talks in more detail about where your app's main window comes from:
http://www.apeth.com/iOSBook/ch14.html#_the_window
And the details for a storyboard-based application (an application with a Main Storyboard) are summarized more fully here:
http://www.apeth.com/iOSBook/ch19.html#SECsivc
m.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden