Re: text highlighting with CALayer and NSTextVew
Re: text highlighting with CALayer and NSTextVew
- Subject: Re: text highlighting with CALayer and NSTextVew
- From: Koen van der Drift <email@hidden>
- Date: Thu, 23 Aug 2012 05:13:57 -0400
On Aug 22, 2012, at 8:21 PM, Koen van der Drift <email@hidden> wrote:
>
> CALayer *aLayer = [CALayer layer];
> [self setWantsLayer: YES];
> [self setLayer: aLayer];
Turning on CA in IB seems to work instead of adding this code to my view's code.
- Koen.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden