SwiftUI/Protocol/Scene: Revision history

Jump to navigation Jump to search

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.

11 November 2022

  • curprev 18:5218:52, 11 November 2022 imported>Fire 1,256 bytes +1,256 Created page with "{{Infobox Swift |name=Scene |Type=protocol |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/scene/}} }} アプリのユーザーインターフェースの一部で、システムによって管理されるライフサイクルのこと。 環境変数scenePhaseを使うと onChange のときに状態に応じた処理分岐がかけられる。 enum型で、下記値をとる..."