init(wrappedValue:)
Creates a property wrapper that loads the view controller’s view before accessing the property.
Declaration
init(wrappedValue: Value)Parameters
- wrappedValue:
The underlying value tied to the loading of the view.
Creates a property wrapper that loads the view controller’s view before accessing the property.
init(wrappedValue: Value)The underlying value tied to the loading of the view.