---
title: "dismiss(_:)"
framework: gamekit
role: symbol
role_heading: Instance Method
path: "gamekit/gkdialogcontroller/dismiss(_:)"
---

# dismiss(_:)

Dismisses the dashboard.

## Declaration

```swift
@IBAction func dismiss(_ sender: Any)
```

## Parameters

- `sender`: The object that dismisses the dashboard.

## See Also

### Presenting and Dismissing the Dialog

- [present(_:)](gamekit/gkdialogcontroller/present(_:).md)
