Makes the receiver the key window and makes that window visible.
- (void)makeKeyAndVisible
Discussion
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 inheritedhiddenUIView property.