Refresh UIwebview without any shaking?

£可爱£侵袭症+ 提交于 2019-12-12 19:10:52

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!