-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
UIApplicationDelegate's window: UIWindow? is optional. This conformance is only required if you specify storyboard in Info.plist (because UIKit would need to do something like delegate.window?.someLogicToInflateMyStorybardAndPutTheEntryViewControllerOntoTheWindow())
In our implementation, the window property isn't optional.
Note that changing window to optional will be a breaking change. I suspect this API isn't commonly used, but we need to think about the implication of the breaking change.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team