Why would a "view" object in Interface Builder prevent my didFinishLaunchingWithOptions method from
        Posted  
        
            by BeachRunnerJoe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BeachRunnerJoe
        
        
        
        Published on 2010-05-15T17:07:17Z
        Indexed on 
            2010/05/15
            17:14 UTC
        
        
        Read the original article
        Hit count: 309
        
You may have already come across some of my other questions related to question, but I was having an issue with a SplitView iPad app where my application:didFinishLaunchingWithOptions method stopped executing after I went into Interface Builder and changed around the structure of my apps interface.  I couldn't figure out what was preventing my didFinishLauchingWithOptions method from executing, but then I removed a "view" object I had in my view heirarchy (shown below) and suddenly my didFinishLauchingWithOptions method started executing again.  I've moved passed it now, but I'm still unclear why that would cause the problem.
Any ideas why that "view" object would prevent the didFinishLaunchingWithOptions method from executing?

© Stack Overflow or respective owner