> The basic problem comes about when a view in the nib has wantsLayer=NO, but > the view itself always wants to be layer backed. If you setWantsLayer:YES > inside of -initWithFrame:, then by the time you get to -awakeFromNib > wantsLayer=NO again
Would there be any issue with overriding -setWantsLayer: to drop the [view setWantsLayer:NO] invocation, only allowing [view setWantsLayer:YES] to pass through to the NSView implementation? thanks, Keith _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com