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しか有することができない。
コメント