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

post(_:)

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

Declaration 宣言

func post(_ notification: Notification)

Parameters パラメータ

notification

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

See Also 参照

Posting Notifications 通知を投函する