I've been browsing through enough blogs, so I'm sure this is encoded ... but none of them seem to mention where the javascript injection goes into Obj-C code? Basically, all I want to do is get rid of the title on all the pages that the user can go to (or at least the initial page load ... I will worry about subsequent pages later if this is a problem. Stupid) . Here is the code I have:
[self stringByEvaluatingJavaScriptFromString: @ "document. getElementById ('login'). childNodes [1] .innerHTML = ''"];
I just damn find a place where he should work. I mainly attribute this to the fact that I do not quite understand UIWebView. I thought that I would post it here, and then at the same time read how it works, and maybe think about it on my own.
source share