encode(with:)
Serializes the view to the specified coder.
Declaration
@MainActor @preconcurrency override dynamic func encode(with coder: NSCoder)Parameters
- coder:
An object that the view serializes to.
Overview
This property inherits from UIView.
Serializes the view to the specified coder.
@MainActor @preconcurrency override dynamic func encode(with coder: NSCoder)An object that the view serializes to.
This property inherits from UIView.