Contents

GeometryEffect

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

Declaration

protocol GeometryEffect : Animatable, ViewModifier, _RemoveGlobalActorIsolation 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