I have a controller view. In this controller, a PDFView is in the form of a subview and another subview which is like the controller of the PDF.
The problem is that if I do the following In Administrator:
self.view addSubview: pdfView]; [Self.view addSubview: pdfController]; pdfController pdfView, but if you scroll it, it will scroll with pdf. I want to adjust the PDF controller view and just sit on the pdf view. How does one get this behavior?
I remember more than NSView PDF view < / Code> I was writing a few years ago with an app. Assuming that you have tried to mess with the NSScrollView's copyOnScroll and the various autorissising options, a good solution is to put the controller in different windows Overlays the PDF view is inside. To synchronize the behavior between the two windows you will need to do some work, but in the end you will not have such a strange problem when you try to overlap the ideas of the debate.
Comments
Post a Comment