makeKeyAndVisible


Declaration

- (void)makeKeyAndVisible
Description
Makes the receiver the key window and makes that window visible.
This is a convenience method to make the receiver the main window and displays it in front of other windows. You can also hide and reveal a window using the inherited hidden property of UIView.

レシーバーをキーwindowに指定し、見えるようにする。
これはレシーバーをメインwindowにし、他のwindowよりも手前に表示させるのに便利なメソッドである。当然、UIViewクラスから継承したhiddenプロパティを用いることによって隠したり、表示させたりすることも可能である。

Availability

iOS (2.0 and later)

Declared

UIWindow.h

Reference

UIWindow Class Reference

Related

becomeKeyWindow, keyWindow, makeKeyWindow, resignKeyWindow

Guides

Multiple Display Programming Guide for iOS

Samples

ExternalDisplay

コメント