windowSizeStayPut
Priority level for the window’s current size.
Declaration
static var windowSizeStayPut: NSLayoutConstraint.Priority { get }Discussion
It’s generally not appropriate to make a constraint at exactly this priority. You want to be higher or lower. Constraints with higher priorities can adjust the window’s size. Constraints with lower priorities must be fulfilled using the current window size.