Chris Jones
Chris Jones

Reputation: 21

UIWebView is blank during download

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?

Upvotes: 0

Views: 215

Answers (1)

tallybear
tallybear

Reputation: 417

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.

Upvotes: 1

Related Questions