---
title: window
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uipress/window
---

# window

The window in which the press initially occurred.

## Declaration

```swift
var window: UIWindow? { get }
```

## Discussion

Discussion The value of this property is the window in which the press originally occurred. This object might not be the window in which the press is currently located.
