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

unarchiverDidFinish:

Notifies the delegate that decoding has finished. デコードをやり終えたことを委任先に通知します。

Declaration 宣言

- (void)unarchiverDidFinish:(NSKeyedUnarchiver *)unarchiver;

Parameters パラメータ

unarchiver

An unarchiver for which the receiver is the delegate. それに対してこのレシーバが委任先であるアンアーカイバ。

See Also 参照

Finishing Decoding デコードをやり終える