Contents

GridLayout

A grid that you can use in conditional layouts.

Declaration

@frozen struct GridLayout

Overview

This layout container behaves like a Grid, but conforms to the Layout protocol so you can use it in the conditional layouts that you construct with AnyLayout. If you don’t need a conditional layout, use Grid instead.

Topics

Creating a grid

Getting the grid’s properties

Type Aliases

Default Implementations

See Also

Transitioning between layout types