Structure

Anchor.Source

A type-erased geometry value that produces an anchored value of a given type. ある型消去幾何学値、それは与えられた型のあるアンカー値を生成します。

Declaration 宣言

@frozen struct Source

Overview 概要

SwiftUI passes anchored geometry values around the view tree via preference keys. SwiftUIは、アンカー幾何学値をビューツリーのあちこちに参照キー経由で渡します。 It then converts them back into the local coordinate space using a GeometryProxy value.

Topics 話題

Getting Point Anchor Sources

Getting Rectangle Anchor Sources

Getting Top Anchor Sources

Getting Middle Anchor Sources

Getting Bottom Anchor Sources