Hello, I have a editor that I am working on, previously it was singleton shared instance based, but now that I am wanting to have multiple windows open at a time, I need to convert it over to NSDocument.
The document has multiple views all in the same window, and those views need to some how get data from the document regarding certain variables. Whats the best way of doing this?
The document has multiple views all in the same window, and those views need to some how get data from the document regarding certain variables. Whats the best way of doing this?