Quit IPhone Application with SDK3.0

June 25, 2009

[[UIApplication sharedApplication] terminateWithSuccess];

add below code in .h define in order to ignore compiler warnings:
@interface UIApplication (extended)
-(void) terminateWithSuccess;
@end

Categories: iphone development.

Comment Feed

No Responses (yet)



Some HTML is OK

or, reply to this post via trackback.