---
title: "unhideAllApplications(_:)"
framework: appkit
role: symbol
role_heading: Instance Method
path: "appkit/nsapplication/unhideallapplications(_:)"
---

# unhideAllApplications(_:)

Unhides all apps, including the receiver.

## Declaration

```swift
func unhideAllApplications(_ sender: Any?)
```

## Parameters

- `sender`: The object that sent this message.

## Discussion

Discussion This action causes each app to order its windows to the front, which could obscure the currently active window in the active app.

## See Also

### Hiding apps

- [hideOtherApplications(_:)](appkit/nsapplication/hideotherapplications(_:).md)
