Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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 :)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.