init(coder:)
Initializes a view using from data in the specified coder object.
Declaration
init?(coder: NSCoder)Parameters
- coder:
The coder object that contains the view’s configuration details.
Return Value
An initialized view or nil if AppKit couldn’t create the object.