ccgus / CocoaScript

JavaScript + the Cocoa frameworks, and then ObjC brackets show up to party as well.
Other
618 stars 58 forks source link

setWantsLayer doesn't seem to exist for NSView or NSWindow #23

Closed maximedegreve closed 9 years ago

maximedegreve commented 9 years ago

view.setWantsLayer = YES;

Doesn't work at all, or I'm missing something?

ccgus commented 9 years ago

try view.setWantsLayer(true);

maximedegreve commented 9 years ago

Yep that worked!