Re: Printing in Swift

2017-03-23 Thread corbin dunn
> On Mar 21, 2017, at 7:45 AM, David Delmonte wrote: > > Hello Group. > > I have an NSView-based app (i.e. not document-based), and I’d like to bolt on > a printing subsystem. I can get NSViews in my main controller to print ok. > However, I want to have a special view

Printing in Swift

2017-03-21 Thread David Delmonte
Hello Group. I have an NSView-based app (i.e. not document-based), and I’d like to bolt on a printing subsystem. I can get NSViews in my main controller to print ok. However, I want to have a special view constructed just for printing. The view should not show in the app’s window. I cannot