Inherits from |
This class allows access to and control of your application’s window elements.
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()
Returns the UIANavigationBar
object representing the application’s navigation bar, if it exists.
(UIANavigationBar) navigationBar())
Returns the UIAStatusBar
object representing the application’s status bar, if it exists.
(UIAStatusBar) statusBar()
Returns the UIATabBar
object representing the application’s tab bar, if it exists.
(UIATabBar) tabBar()
Returns the UIAToolbar
object representing the application’s toolbar, if it exists.
(UIAToolbar) toolbar()
Last updated: 2010-05-27