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