- initWithCoder:
Initializes a notification with the data from an unarchiver.
通知をアンアーカイバからのデータで初期化します。
+ notificationWithName:object:
Returns a new notification object with a specified name and object.
新しい通知オブジェクトを返します、指定される名前とオブジェクトを持ちます。
+ notificationWithName:object:userInfo:
Returns a notification object with a specified name, object, and user information.
指定された名前、オブジェクト、そしてユーザ情報を持つ通知オブジェクトを返します。
- initWithName:object:userInfo:
Initializes a notification with a specified name, object, and user information.
通知をある指定された名前、オブジェクト、そしてユーザ情報で初期化します。
NSNotificationName
A structure that defines the name of a notification.
ある構造体、それはある通知の名前を定義します。