Re: Understanding the docs. UIApplication for iOS
Re: Understanding the docs. UIApplication for iOS
- Subject: Re: Understanding the docs. UIApplication for iOS
- From: Jens Alfke <email@hidden>
- Date: Mon, 03 Jun 2013 15:33:16 -0700
On Jun 3, 2013, at 3:19 PM, Alex Zavatone < email@hidden> wrote: 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”.
“The UIKit UIApplication object has a delegate, which is a custom object that it’ll tell things to and ask things about. Our AppDelegate class has a single instance, and it registers itself as that object. So if you look up the methods in the UIApplicationDelegate protocol in the UIKit docs, you can implement any of those in the AppDelegate class and it’ll get called by the UIApplication as described in the docs. That’s how you can get notified of stuff like the app going to sleep.”
Also, couldn’t you find a good book on UIKit development and give that to the new people, instead of having to explain everything yourself?
—Jens |
_______________________________________________
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