问题
Currently iam refreshing webview using the following code
[webview reload];
but in this case when i open that viewcontroller i can see a sudden movement(shake or jump) of UIWebview in viewcontroller .Is there any way to to this refresh in background i mean without any change in webview movement?
回答1:
You van do the same refresh functionality as a background thread,So it will work.
来源:https://stackoverflow.com/questions/16881453/refresh-uiwebview-without-any-shaking