Inherits from SLElement : SLUIAElement : NSObject
Declared in SLWindow.h

Overview

SLWindow matches instances of UIWindow.

In particular, the singleton mainWindow instance matches the application’s main window.

Tasks

  • + mainWindow

    Returns an object that represent’s the application’s main window.

Class Methods

mainWindow

Returns an object that represent’s the application’s main window.

+ (SLWindow *)mainWindow

Discussion

This is the window that is currently the key window ([[UIApplication sharedApplication] keyWindow]).

Declared In

SLWindow.h