Does anyone know if its possible to remove the shadow that is placed on the UIWebView window?
Example: http://uploadingit.com/files/1173105_olub5/shadow.png
if (UIDevice.currentDevice.systemVersion.intValue < 7) for (UIImageView *imageView in webView.scrollView.subviews) if ([imageView isKindOfClass:[UIImageView class]] && imageView.image.size.width == 1) imageView.hidden = YES;