Hello, I wrote an app in cocoa with a window document with a PDFView inside. I am trying to intercept scrollWheel: events in the PDFView but for some reason that method is never passed to the PDFView. Instead the view scrolls down or up depending on your perspective.
scrollWheel: is part of the responder chain so I expect the method to be called but it doesn't.
Does anyone know why?
Thanks for the help.