Contents

resolveSymbol(id:)

Gets the identified child view as a resolved symbol, if the view exists.

Declaration

func resolveSymbol<ID>(id: ID) -> GraphicsContext.ResolvedSymbol? where ID : Hashable

Parameters

Return Value

The resolved symbol, or nil if SwiftUI can’t find a child view with the given id.

See Also

Resolving a drawn entity