Contents

init(coder:)

Creates a transaction coordinator from an encoded representation.

Declaration

init?(coder: NSCoder)

Parameters

  • coder:

    An object that contains the encoded representation of the transaction coordinator.

Discussion

This initializer can fail and return nil if the specified coder fails to decode.

See Also

Creating a transaction coordinator