Instance Method インスタンスメソッド

willShow

Prepares the pane for display.

Declaration 宣言

- (void)willShow;

Discussion 解説

In this optional method, you can complete any final preparations needed just before your custom pane is displayed in the dialog. For example, you may want to lazily prepare the pane’s user interface. You could also perform other tasks such as adding notifications or accessory windows.