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

# init()

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

## Declaration

```swift
init()
```

## See Also

### Creating a ViewLoading Property Wrapper

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