Posts

Post not yet marked as solved
3 Replies
560 Views
Hi guys, I need to understand the best macOS development approach.Currently I am an iOS Developer, I have some doubts about the relationship between:NSWindowControllerNSWindowNSViewControllerI seem to have understood that NSWindowController is used in case of Document based app,so, if I have to develop a single window app with a with a secondary "Inspector "window, the mostcorrect approach is to manage everything simply with a NSWindow -> NSViewController relationshipfor both windows?The doubt comes to me from the moment that NSStoryboard makes a forced use of NSWindowControllerfor every single window to manage. 😅
Posted Last updated
.