What is the best way to remember the Windows position between application loads using Obj-C? I am using Interface Builder for the interface, is it possible to do this with bind
In Swift:
class MainWindowController : NSWindowController { override func windowDidLoad() { shouldCascadeWindows = false window?.setFrameAutosaveName("MainWindow") super.windowDidLoad() }