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

initWithParent:userInfo:

Creates a new progress instance. 新しい進捗インスタンスを作成します。

Declaration 宣言

- (instancetype)initWithParent:(NSProgress *)parentProgressOrNil 
                      userInfo:(NSDictionary<NSProgressUserInfoKey, id> *)userInfoOrNil;

Parameters パラメータ

parentProgressOrNil

The containing NSProgress object, if any, to notify when reporting progress, or to consult when checking for cancellation.

The only valid values are currentProgress or nil.

userInfoOrNil

The optional user information dictionary for the progress object.

Discussion 議論

This is the designated initializer for the NSProgress class.

See Also 参照

Creating Progress Objects 進捗オブジェクトを作成する