Well, at any rate, I have no such subview property. I've also found that among my series of modal presentations, there's a view that's displayed modally, whose user interaction works just fine, but whose viewWillAppear and viewWillDisappear methods are never called. As far as I know, it could be this one that's displaying the white view.
At this point it's clear that Cocoa is confused by something; perhaps because some of these transitions are animated and not completed when a new one starts. As a last resort, I'm going to have to refactor this entire sequence to push the views onto the navigation controller, but cancel the sequence and pop them all if the user hits the Back button before furnishing required information. _______________________________________________ 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