piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

implement delegate method for CPResponder in viewController but not success #230

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to capture touch event in CPLayerHostingView, 
it shows there has a CPLayer inside CPLayerHostingView.
And there are 4 touch event send to that CPLayer.

As I look deep into CPLayer, it has delegate method of CPResponder which 
already implemented in CPLayer.M 

So, How can I let my CPResponder delegate method implement in my view 
controller instead of CPLayer.M .

I tried set delegate to self but not working.

Original issue reported on code.google.com by tony.ho....@gmail.com on 26 Nov 2010 at 8:36

GoogleCodeExporter commented 8 years ago

Original comment by eskr...@mac.com on 26 Nov 2010 at 11:07