---
title: init()
framework: uikit
role: symbol
role_heading: Initializer
path: uikit/uiviewcontroller/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:)](uikit/uiviewcontroller/viewloading/init(wrappedvalue:).md)
