init(coder:)
Returns an object initialized from data in the specified coder object.
Declaration
init?(coder: NSCoder)Parameters
- coder:
The coder object that contains the object’s data.
Returns an object initialized from data in the specified coder object.
init?(coder: NSCoder)The coder object that contains the object’s data.