Make the app quietly go away.
Make the app quietly go away.
- Subject: Make the app quietly go away.
- From: Clark Williams <email@hidden>
- Date: Fri, 9 Jul 2010 16:30:56 -0700
I have an app that I want to quietly go away (not remain in the background). Once a user has a pressed a button I call Safari to displyay a page but then I want the app to just quit. Is there a way to do this gracefully?
Example of calling Safari: NSString *theURL = @"<some_URL>"; NSURL *aURL = [NSURL URLWithString:theURL]; [[UIApplication sharedApplication] openURL:aURL]; // Make app die quietly here.
TIA
Clark Williams email@hidden"Those who would give up essential liberty to purchase a little temporary security deserve neither liberty nor security." ---Benjamin Franklin.
|
_______________________________________________
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