Instance Method
インスタンスメソッド
postNotificationName:object:
Creates a notification with a given name and sender and posts it to the notification center.
通知をある与えられた名前と送り手と情報から作成して、それを通知センターに投函します。
Parameters
パラメータ
aName
The name of the notification.
通知の名前。
anObject
The object posting the notification.
通知を投函しているオブジェクト。
Discussion
議論
This is a convenience method for calling postNotificationName:object:userInfo:
and passing nil
to aUserInfo
.
これは、postNotificationName:object:userInfo:
を呼び出して、nil
をaUserInfo
へ渡すことに対する便宜メソッドです。
See Also
参照
Posting Notifications
通知を投函する
- postNotification:
Posts a given notification to the notification center.
与えられた通知を通知センターに投函します。
- postNotificationName:object:userInfo:
Creates a notification with a given name, sender, and information and posts it to the notification center.
通知をある与えられた名前、センダー(送り手)、そして情報から作成して、それを通知センターに投函します。