UIWindow

Description

The UIWindow class defines an object known as a window that manages and coordinates the views an app displays on a device screen. Unless an app can display content on an external device screen, an app has only one window.

UIWindowクラスはwindowと呼ばれるオブジェクトを定義する。windowはデバイスのスクリーン上に表示されるアプリの複数のviewを処理したり、調整する。アプリがコンテンツを外部のデバイススクリーンに表示しない限り、アプリは一つのwindowしか有することができない。

Availability

iOS (2.0 and later)

Declared

UIWindow.h

Reference

UIWindow Class Reference

Guides

Multiple Display Programming Guide for iOS

Samples

ExternalDisplay,ScrollViewSuite,TableViewSuite,TheElements,iAdSuite

コメント