SwiftWebVC
SwiftWebVC copied to clipboard
Alter the HTML loaded in SwiftWebVC?
Is there any way to insert myself into the html loading process? I'd like to apply a few simple text replacements with the html, but the delegate only gives me start and finish call backs.
Is the only way to wait until it has been loaded and then pull the HTML from the webview, change it, and then set it? If so, will that trigger the didFinishLoading() callback again?
Hey,
Sorry I haven't got time to look into the just now but I will get round to it as soon as I can.