Frage

When we run an app which will be get called first to initiate the app into the running state??

Can anyone explain me the process flow in Xcode.

War es hilfreich?

Lösung

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

along with -

- (void)applicationDidBecomeActive:(UIApplication *)application

We can get more detail information here

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top