Declaration
- (void)makeKeyAndVisibleDescription
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プロパティを用いることによって隠したり、表示させたりすることも可能である。
コメント