Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Well boom there goes the dynamite. But why was that preventing the view from being displayed since it occurred after the modal view controller was prevented?
 
But why was that preventing the view from being displayed since it occurred after the modal view controller was prevented (sic) ?
Because it's an infinite loop that was running in the main run loop, which is also responsible for dealing with UI display. Just because you sent the message to present the modal view, doesn't mean it will be shown before your code continues to execute. This is a key point of understanding for Cocoa (Touch) execution flow.
 
Well that is something. This is why I have always shied away from OO programming. Well, I seriously can't thank you enough. Everything looks like it's in good shape now.
 
Well that is something. This is why I have always shied away from OO programming.
Not so much an OOP issue as a threaded programming one.

Well, I seriously can't thank you enough. Everything looks like it's in good shape now.
You're welcome. Hope you felt that you were guided to a resolution rather than just being spoon-fed the answer (an approach I dislike).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.