Re: iOS when is my app launched
Re: iOS when is my app launched
- Subject: Re: iOS when is my app launched
- From: Dave Keck <email@hidden>
- Date: Wed, 8 Dec 2010 03:57:46 -0500
> How do I find the date and time when my application launched? I've done this before on OS X, but it was a while ago and I've forgotten how. :)
I'm not sure what you mean exactly, but [NSDate date] will return the
current date/time. Tuck that instance in memory when your application
launches and you'll have that information for later, or alternatively
store it to disk using NSKeyedArchiver.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden