What are some reasons that application:didFinishLaunchingWithOptions method could get skipped?
Posted
by BeachRunnerJoe
on Stack Overflow
See other posts from Stack Overflow
or by BeachRunnerJoe
Published on 2010-05-14T15:31:30Z
Indexed on
2010/05/14
15:34 UTC
Read the original article
Hit count: 279
ipad
|iphone-sdk-3.0
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!
© Stack Overflow or respective owner