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

unarchiverDidFinish(_:)

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

Declaration 宣言

optional func unarchiverDidFinish(_ unarchiver: NSKeyedUnarchiver)

Parameters パラメータ

unarchiver

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

See Also 参照

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