WebContentView icon indicating copy to clipboard operation
WebContentView copied to clipboard

Example project won't compile

Open rivera-ernesto opened this issue 13 years ago • 0 comments

"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:

[WebContentView setSharedStyles:] ?

rivera-ernesto avatar Jan 16 '13 02:01 rivera-ernesto