i'm creating a small program that load html code to UIWebView, and then apply javascript and CSS to this web view. After that, i have a UIWebView that content is horizontal, and i can scroll horizontally to go to next page in scroll view of uiwebview. But now in an other controller i really want to reuse the web view but not effect to the original view, because if i make new web view and then apply javascript to paging take a lot of time. My question is: is there anyway to reuse an UIWebview but not change state of old web view. Thanks for useful helps :)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.