removeFrame(usingName:)
Removes the frame data stored under a given name from the application’s user defaults.
Declaration
class func removeFrame(usingName name: NSWindow.FrameAutosaveName)Parameters
- name:
The name of the frame to remove.
Removes the frame data stored under a given name from the application’s user defaults.
class func removeFrame(usingName name: NSWindow.FrameAutosaveName)The name of the frame to remove.