Instance Property
arrangedSubviews
The subviews currently managed by the flow layout. Use -addArrangedSubview: / -removeArrangedSubview: rather than the raw NSView add/remove methods when managing subviews programmatically.
Declaration
var arrangedSubviews: [NSView] { get }Declaration
@property (nonatomic, copy, readonly) NSArray<NSView *> * arrangedSubviews;Declaration
arrangedSubviews() -> list[NSView]