Arrange views in a flexible grid, and handle the layout associated with those views.
Framework
- App
Kit
Arrange views in a flexible grid, and handle the layout associated with those views.
Framework
class NSGrid View
A container that aligns views in a flexible grid of rows and columns.
class NSGrid Cell
An individual content area within a grid view, typically at the intersection of a row and a column.
class NSGrid Column
A column within a grid view.
class NSGrid Row
A row within a grid view.
class NSSplit View
A view that arranges two or more views in a linear stack running horizontally or vertically.
Group individual views in your app’s user interface into a scrollable stack view.
class NSStack View
A view that arranges an array of views horizontally or vertically and that automatically updates their placement and sizing when the window size changes.
class NSTab View
A multipage interface that displays one page at a time.
Provide an interface for navigating content that is too large to fit in the available space.