The minimum size to which the window’s frame (including its title bar) can be sized.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
var minSize: NSSize { get set }
Discussion
The minimum size constraint is enforced for resizing by the user as well as for the set
methods other than set
and set
.
The NSWindow
method takes precedence over this property.