Re: When does AppDelegate:applicationDidFinishLaunching get called?
Sandor Szatmari
I see different behaviour. Here’s a test app. No matter what I do, -awakeFromNib is always called first. I tried it both in the AppDelegate, and in the ViewController subclass.
Cheers,
Sandor
toggle quoted message
Show quoted text
Cheers,
Sandor
On Jan 15, 2020, at 05:51, Dave <dave@...> wrote:
Hi,
A little more on this.
If I uncheck “Is Initial Controller”, then applicationDidFinishLaunching gets calls as expected.
So I put the code back to instantiate it manually and all works as expected.
All the Best
Dave