Hey everyone,

Really new to the SDK and Objective C in general - trying to port an
existing iPhone web app into a native version.

One really annoying behavior I've noticed is the entire screen going
white for a second before the web app starts to load. This is quite
distracting for the user.

Changing the WebView.backgroundColor like this

        webView.backgroundColor = [UIColor clearColor];

Only changes the background *after* the page is loaded.

Is there some sort of constructor argument I should be using? Any
comments are highly appreciated.

Thanks,

Igor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to