SM
Size: a a a
🤷
SM
SM
M
RA
Y
RA
Y
D
M
M
M
scene(
_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) {
guard
let
_ = (scene
as? UIWindowScene)
else {
return }
window = UIWindow()
window?.makeKeyAndVisible()
window?.rootViewController = ViewController()
}
M
M