iphone - UIWebView load content On demand -


i have huge amount of data load on uiwebview. there has issues
1. it's take lot of time on loading
2. on iphone-os3 shows little chunk in iphone-os4 doesn't
3. on orientation takes time.

so suggestion? how can load content on demand need?

you may need use nsurlconnection connectionwithrequest: instead of [webview loadrequest:]. implement connection:didreceivedata: accumulate data received , connectiondidfinishloading: inform user there no more data loaded.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -