SwiftUI/Structure/WindowGroup: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 November 2022

  • curprev 13:4313:43, 12 November 2022 imported>Fire 644 bytes +644 Created page with "{{Infobox Swift |name=WindowGroup |Type=Structure |iOS=14.0 |iPadOS=14.0 |macOS=11.0 |MacCatalyst=14.0 |tvOS=14.0 |watchOS=7.0 |Website={{URL|https://developer.apple.com/documentation/swiftui/windowgroup}} }} 同じ構造を持つウィンドウ群を表示するScene 下記のようにScene の定義で利用する。複数Viewが含まれていても良く、並べてViewが表示される。 <syntaxhighlight lang="Swift"> @main struct Mail: App { var body: some..."