arrangedSubviews
The array of views arranged by the stack view.
Declaration
var arrangedSubviews: [NSView] { get }Discussion
The stack view ensures that the contents of this array are always a subset of its subviews array.
The array of views arranged by the stack view.
var arrangedSubviews: [NSView] { get }The stack view ensures that the contents of this array are always a subset of its subviews array.