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
Post a Comment