WebContentView
WebContentView copied to clipboard
[DEPRECATED]
The example project will not run.
When no html tags are present, the viewport meta tag is never set. This causes many issues with content sizing and rotation.
Fix compile error: - webContentView.styles doesn't exist Fix crash: - Update Nib's footer and header outlets to footerView and headerView.
The example crashes with the following message: 2012-12-11 07:47:06.208 WebContentViewExample[1078:c07] **\* Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the...
"WebContentViewExampleViewController.m:21: Request for member 'styles' in something not a structure or union" Reason is that there's no property "styles" for WebContentView objects. Could be fixed replacing: webContentView.styles = ; With:...