-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up UIWindow initialization and usage (#2445)
* Cleaning up UIWindow initialization and usage - Non storyboard apps are expected to create their own UIWindow and makeKeyAndVisible - Storyboard apps get a UIWindow that they need to makeKeyAndVisible - Fixing up annotations on UIWindow and UIApplication - Removed a lot of dead code from UIApplication, including two UIWindows that we don't need/use. - Switched UIWindow.mm and UIApplication.mm to ARC Fixes #1836: Apps initialized with a storyboard don't get a main window (they get the 'popup window'). * s * Fixing up annotations; using NOTINPLAN_* macros to headers where applicable. * Added functional tests for UIApplicationDelegate. Also cleaning up a bit more of the app launch path. * Removing accidentally-added file. * Incorporating CR feedback.
- Loading branch information
Showing
36 changed files
with
853 additions
and
1,353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.