Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to load a UIWebView with a website that downloads 99% of the data but takes forever to finish. When this happens the UIWebView is empty until it finally does, Safari displays it instantly but still shows it's downloading for another 3 minutes. How do I make a UIWebView display as it's downloading?

share|improve this question

1 Answer

This bit of code is the only thing I can really find. It won't let you preload the page, but it will let you put something there instead of a blank screen.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.