Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit c5dd6e7

Browse files
author
Rad Azzouz
committed
Removed unused UIWindow properties from AppDelegate from the Swift apps
1 parent 4002827 commit c5dd6e7

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Demos/App Demo for iOS Swift/App Demo for iOS Swift/AppDelegate.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ import UIKit
1010

1111
@UIApplicationMain
1212
class AppDelegate: UIResponder, UIApplicationDelegate {
13-
14-
var window: UIWindow?
15-
13+
1614
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
1715
// Override point for customization after application launch.
1816
return true

Demos/WebView Demo for iOS Swift/WebView Demo for iOS Swift/AppDelegate.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ import UIKit
1111
@UIApplicationMain
1212
class AppDelegate: UIResponder, UIApplicationDelegate {
1313

14-
var window: UIWindow?
15-
16-
1714
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
1815
// Override point for customization after application launch.
1916
return true

0 commit comments

Comments
 (0)