On Jul 8, 2008, at 2:54 AM, Scott Anguish wrote:

I've got a longer answer coming... but

There are two ways to interact with layers.

- making a view layer-backed (that is, the view and its subviews will use CALayers as a caching mechanism) - using a view to host layers (inserting your custom layers into the layer hierarchy with the view's layer as the root layer)

in the first case, you should ignore the layers and not interact with them in the second case you should ignore the view, with the exception of resizing, and do all the layer manipulation yourself.


In the second case, would the view handle all interaction, or do the layers get those events as well?


_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to