Private func didFinishLaunchingWithOptions not being called? (Swift 3)
Question or problem in the Swift programming language: Isn’t didFinishLaunchingWithOptions supposed to be called when the app starts running for the first time? I set a breakpoint at this method and when I run the app in the simulator the breakpoint doesn’t get hit, which means the method doesn’t get called. I’m trying to load […]
Continue Reading