iOS Reference Library Apple Developer
Search

UIAWindow Class Reference

Inherits from

Overview

This class allows access to and control of your application’s window elements.

Tasks

Working With Window-level Elements

Methods

contentArea

Returns a rect representing the content area of the window (below the navigation bar and above the tab bar or toolbar, if one exists.

(Rect) contentArea()

navigationBar

Returns the UIANavigationBar object representing the application’s navigation bar, if it exists.

(UIANavigationBar) navigationBar())

statusBar

Returns the UIAStatusBar object representing the application’s status bar, if it exists.

(UIAStatusBar) statusBar()

tabBar

Returns the UIATabBar object representing the application’s tab bar, if it exists.

(UIATabBar) tabBar()

toolbar

Returns the UIAToolbar object representing the application’s toolbar, if it exists.

(UIAToolbar) toolbar()




Last updated: 2010-05-27

Did this document help you? Yes It's good, but... Not helpful...