NSScrollView with large content is creating a huge number of tiles upon redraw – in some cases
The main view of my application is an NSScrollView. When the document size is large, say 24k x 17k pixels (approximately 30 x 30 landscape pages), when the magnification of that view changes from normal size (1.0) to a reduced to fit (≈0.05), my [NSView drawRect:] for the view is being called thousands of times for very small tiles.