[[UIApplication sharedApplication] terminateWithSuccess];
add below code in .h define in order to ignore compiler warnings:
@interface UIApplication (extended)
-(void) terminateWithSuccess;
@end
Use the Little To gEt the bIg
[[UIApplication sharedApplication] terminateWithSuccess];
add below code in .h define in order to ignore compiler warnings:
@interface UIApplication (extended)
-(void) terminateWithSuccess;
@end
Categories: iphone development.
Recent Comments