What are some reasons that application:didFinishLaunchingWithOptions method could get skipped?
- by BeachRunnerJoe
My iPad app was working fine until I opened up IB and started editing the interface. Now, my application:didFinishLaunchingWithOptions isn't getting called. I understand it's an optional function and it gets skipped if it doesn't exist, but in my case it does. What are some reasons that application:didFinishLaunchingWithOptions method could get skipped?
Thanks in advance for your help!