---
title: init()
framework: uikit
role: symbol
role_heading: Initializer
path: uikit/nsshadow/init()
---

# init()

Creates a shadow object with default values.

## Declaration

```swift
init()
```

## Return Value

Return Value An NSShadow object initialized with 0 as its offset, 0 as its blur radius, and the default color as its color. The returned object may be different from the original receiver.

## See Also

### Creating a shadow

- [init(coder:)](uikit/nsshadow/init(coder:).md)
