Initializerinit(label:
init(label:content:)
No overview available.
概要は利用可能でありません。
Availability 有効性
- iOS 14.0–15.4 Deprecated
- iPadOS 14.0–15.4 Deprecated
- macOS 10.15–12.3 Deprecated
- Mac Catalyst 14.0–15.4 Deprecated
Technology
- Swift
UI
Declaration 宣言
init(label: Label, content: () -> Content)
Available when
Label
conforms to View
and Content
conforms to View
.