The
main function: int main(int argc, char *argv[]) {
NSAutoreleasePool
* pool = [[NSAutoreleasePool alloc] init]; int retVal =
UIApplicationMain(argc, argv, nil, nil); [pool release]; return
retVal;
}
Loading
The
main function: int main(int argc, char *argv[]) {
NSAutoreleasePool
* pool = [[NSAutoreleasePool alloc] init]; int retVal =
UIApplicationMain(argc, argv, nil, nil); [pool release]; return
retVal;
}
Replies
Know the answer? Post it — somebody with the same question will find it here.