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

# responder

A responder object.

## Declaration

```swift
var responder: UIResponder? { get }
```

## Discussion

Discussion This property is a UIResponder object that either is focused or is the isFirstResponder object in the window when UIApplication originally dispatched the press event.
