ios - First method of Iphone Application -


which method called first when iphone application executes?

i suppose

int main(int argc, char *argv[]) 

in main.m file

but practical purposes think need implement of uiapplicationdelegate's methods, depending on situation:

application:didfinishlaunchingwithoptions: applicationdidbecomeactive: applicationwillenterforeground: 

Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -