Contents

GeometryEffect

An effect that changes the visual appearance of a view, largely without changing its ancestors or descendants.

Declaration

nonisolated protocol GeometryEffect : Animatable, ViewModifier where Self.Body == Never

Overview

The only change the effect makes to the view’s ancestors and descendants is to change the coordinate transform to and from them.

Topics

Applying effects

See Also

Synchronizing geometries