OK I'll set up a git repository, but I'd like to fix this first. I think my MainWindow.xib got misconfigured or corrupted, so I made a new one.
I have a UINavigationController with a custom class inside it called LifeIPhoneViewController. Inside the latter is a LifeView as well as some controls - to start and stop the animation etc. If I don't assign a root view controller to the initial window I get a blank white screen as well as an NSLog that informs me that a root view controller is expected by the end of startup. If I assign either the UINavigationController or the LifeIPhoneViewController to be the window's root view controller I get a crash. I'm going to try replacing the LifeIPhoneViewController with a plain vanilla UIViewController that doesn't do anything. My .xibs are a mess because they evolved organically. What I'd like to get out of this is not so much a running application as a neatly designed and implemented one. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com