The notification center to be used by the notification queue. 通知キューによって使われることになる通知センター。
Instance Method
インスタンスメソッド
init
initWithNotificationCenter:
Initializes and returns a notification queue for the specified notification center.
指定された通知センターに対する通知キューを初期化して返します。
Availability 有効性
- iOS 2.0+
- iPadOS 2.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
- (instancetype)initWithNotificationCenter:(NSNotificationCenter
*)notificationCenter;
Parameters パラメータ
notificationCenter
Return Value 戻り値
The newly initialized notification queue. 新しく初期化された通知キュー。
Discussion 議論
This is the designated initializer for the NSNotification
class.
これは、NSNotification
クラスに対する指定イニシャライザです。