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

# hideOtherApplications(_:)

Hides all apps, except the receiver.

## Declaration

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

## Parameters

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

## See Also

### Hiding apps

- [unhideAllApplications(_:)](appkit/nsapplication/unhideallapplications(_:).md)
