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

postNotification:

Posts a given notification to the notification center. 与えられた通知を通知センターに投函します。

Declaration 宣言

- (void)postNotification:(NSNotification *)notification;

Parameters パラメータ

notification

The notification to post. 投函する通知。

See Also 参照

Posting Notifications 通知を投函する