-(void)webViewDidFinishLoad:(UIWebView *)webView
{
//Stop or remove progressbar
[wbRevista stringByEvaluatingJavaScriptFromString:@"javascript:(function() { document.getElementsByClassName('show-device-logo show-mobile-logo dt-parent-menu-clickable shadow-decoration logo-left')[0].style.display='none'; })()"];
}
Porem não esta indo, alguem pode me ajudar?
Obrigado.