Type Method
型メソッド
build
buildBlock(_:)
Passes a single scene written as a child scene through unmodified.
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
static func buildBlock<Content>(_ content: Content) -> Content where Content : Scene