Re: Get an Specific sublayer of a view.

2008-12-03 Thread Matt Long
You get the point from the view and then do a hitTest on the root layer. It returns a pointer to the layer you clicked on. http://developer.apple.com/DOCUMENTATION/GraphicsImaging/Reference/CALayer_class/Introduction/Introduction.html#/ /apple_ref/occ/instm/CALayer/hitTest: -Matt On Dec 3,

Get an Specific sublayer of a view.

2008-12-03 Thread Gustavo Pizano
Hello , well I dunno if this message will arrive to you guys, I have place 2 but got no answer, anyway with those 2 I managed to solve the problem. I have a view which has 5 sub-layers, 6 in total with 1st layer which contains the other 5. Now I want to make a drag and drop operation, eac