Hacking way to access DOM elements directly in UIWebView?
I'm making in-house app using UIWebView. My app have to introspect HTML 开发者_Go百科DOM and hack something. Is there any way to access internal DOM elements directly? (not through -stringByEvaluating... method)
My app is not for AppStore. So any of hacking/internal/private method access are all welcome :)
精彩评论