<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=SwiftUI%2FStructure%2FWindowGroup</id>
	<title>SwiftUI/Structure/WindowGroup - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tiffa.net/w/index.php?action=history&amp;feed=atom&amp;title=SwiftUI%2FStructure%2FWindowGroup"/>
	<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=SwiftUI/Structure/WindowGroup&amp;action=history"/>
	<updated>2026-06-06T13:04:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.tiffa.net/w/index.php?title=SwiftUI/Structure/WindowGroup&amp;diff=2223&amp;oldid=prev</id>
		<title>imported&gt;Fire: Created page with &quot;{{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が表示される。  &lt;syntaxhighlight lang=&quot;Swift&quot;&gt; @main struct Mail: App {     var body: some...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.tiffa.net/w/index.php?title=SwiftUI/Structure/WindowGroup&amp;diff=2223&amp;oldid=prev"/>
		<updated>2022-11-12T04:43:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{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が表示される。  &amp;lt;syntaxhighlight lang=&amp;quot;Swift&amp;quot;&amp;gt; @main struct Mail: App {     var body: some...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Infobox Swift&lt;br /&gt;
|name=WindowGroup&lt;br /&gt;
|Type=Structure&lt;br /&gt;
|iOS=14.0&lt;br /&gt;
|iPadOS=14.0&lt;br /&gt;
|macOS=11.0&lt;br /&gt;
|MacCatalyst=14.0&lt;br /&gt;
|tvOS=14.0&lt;br /&gt;
|watchOS=7.0&lt;br /&gt;
|Website={{URL|https://developer.apple.com/documentation/swiftui/windowgroup}}&lt;br /&gt;
}}&lt;br /&gt;
同じ構造を持つウィンドウ群を表示するScene&lt;br /&gt;
&lt;br /&gt;
下記のようにScene の定義で利用する。複数Viewが含まれていても良く、並べてViewが表示される。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;Swift&amp;quot;&amp;gt;&lt;br /&gt;
@main&lt;br /&gt;
struct Mail: App {&lt;br /&gt;
    var body: some Scene {&lt;br /&gt;
        WindowGroup {&lt;br /&gt;
            MailViewer() // Declare a view hierarchy here.&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
[[Category:SwiftUI/Structure|WindowGroup]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Fire</name></author>
	</entry>
</feed>