---
title: "init(wrappedValue:)"
framework: appkit
role: symbol
role_heading: Initializer
path: "appkit/nsviewcontroller/viewloading/init(wrappedvalue:)"
---

# init(wrappedValue:)

Creates a property wrapper that loads the view controller’s view before accessing the property.

## Declaration

```swift
init(wrappedValue: Value)
```

## Parameters

- `wrappedValue`: The underlying value tied to the loading of the view.

## See Also

### Creating a ViewLoading Property Wrapper

- [init()](appkit/nsviewcontroller/viewloading/init().md)
