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 #228

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:27

GoogleCodeExporter commented 8 years ago
Issue 229 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
Issue 230 has been merged into this issue.

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

GoogleCodeExporter commented 8 years ago
There aren't any external hooks into the touch handling chain right now. Are 
you trying to observe the events or change how the graph responds to them?

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

GoogleCodeExporter commented 8 years ago

Original comment by drewmcco...@mac.com on 8 Jan 2011 at 10:08