Re: CALayer-hosting view and child NSView's
Re: CALayer-hosting view and child NSView's
- Subject: Re: CALayer-hosting view and child NSView's
- From: Kyle Sluder <email@hidden>
- Date: Thu, 1 Jul 2010 07:39:46 -0700
On Jul 1, 2010, at 12:56 AM, Oleg Krupnov <email@hidden> wrote:
> Thanks Scott,
>
> To draw shadows around cells, I would have to draw outside the cell
> view's frame, i.e. on the parent view or sibling cells, respecting the
> z-order. Is this possible?
Again, layer-hosting views can't have subviews. You will need to implement your buttons as layers, at which point you can give them drop shadows quite easily.
--Kyle Sluder_______________________________________________
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