This is strange. I have a custom Nib with a webView, all outlets are set properly. On the first "Build and Run", whenever I invoke the nib, it's just a blank white screen with my iPhone status bar at the top. Then, if I click Stop, and Build and Go again (without making any code changes) and I invoke the nib, I get my Nib from Interface Builder exactly the way it should be, operating just fine.
This lasts and works until I make any changes in the custom view controller. If I make a change and want to test, I have to Build and Go, Stop, and Build and Go again to get my nib to display properly.
Has anyone ever experienced this? My ViewController is displayed modally.
Keep in mind that I don't make any code changes at all between Build and Go attempts.