EnvironmentWindowKey.swift ... IN /// THE SOFTWARE. import UIKit import SwiftUI struct WindowKey: EnvironmentKey { struct Value { weak var value: UIWindow? } ...
確定! 回上一頁