Contents

GeometryReader

A container view that defines its content as a function of its own size and coordinate space.

Declaration

@frozen struct GeometryReader<Content> where Content : View

Overview

This view returns a flexible preferred size to its parent layout.

Topics

Creating a geometry reader

See Also

Measuring a view