Hi,
I'm creating a web browser app for iOS 4.0+. This is what I'm wanting to happen:
Every time the device rotates the visible UIWebView will update immediately (done), and then in the background the other UIWebViews (tabs) should proceed to update over time (so the main UI doesn't lag).
After the device has rotated and several UIWebViews are updating in the background, if it rotates again to another orientation I'd like to cancel the previous operation and start a new one to the new orientation.
I'm wondering what's the best way for me to do this?
Thanks!
I'm creating a web browser app for iOS 4.0+. This is what I'm wanting to happen:
Every time the device rotates the visible UIWebView will update immediately (done), and then in the background the other UIWebViews (tabs) should proceed to update over time (so the main UI doesn't lag).
After the device has rotated and several UIWebViews are updating in the background, if it rotates again to another orientation I'd like to cancel the previous operation and start a new one to the new orientation.
I'm wondering what's the best way for me to do this?
Thanks!