func post(name: NSNotification.Name, object: Any?, userInfo : [AnyHashable : Any]?)
Creates a notification with a given name, sender, and information and posts it to the notification center.
通知をある与えられた名前、センダー(送り手)、そして情報から作成して、それを通知センターに投函します。
func post(name: NSNotification.Name, object: Any?)
Creates a notification with a given name and sender and posts it to the notification center.
通知をある与えられた名前と送り手と情報から作成して、それを通知センターに投函します。