Instance Method
インスタンスメソッド
anchor
anchorPreference(key:value:transform:)
No overview available.
概要は利用可能でありません。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func anchorPreference<A, K>(key _: K.Type = K.self, value: Anchor
<A>.Source
, transform: @escaping (Anchor
<A>) -> K.Value) -> some View
where K : PreferenceKey