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
Post a Comment