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

initWithNotificationCenter:

Initializes and returns a notification queue for the specified notification center. 指定された通知センターに対する通知キューを初期化して返します。

Declaration 宣言

- (instancetype)initWithNotificationCenter:(NSNotificationCenter *)notificationCenter;

Parameters パラメータ

notificationCenter

The notification center to be used by the notification queue. 通知キューによって使われることになる通知センター。

Return Value 戻り値

The newly initialized notification queue. 新しく初期化された通知キュー。

Discussion 議論

This is the designated initializer for the NSNotificationQueue class. これは、NSNotificationQueueクラスに対する指定イニシャライザです。

See Also 参照

Related Documentation 関連文書