<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSApplication/unhide(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSApplication(im)unhide:"
  },
  "title" : "unhide(_:)"
}
-->

# unhide(_:)

Restores hidden windows to the screen and makes the receiver active.

```
func unhide(_ sender: Any?)
```

## Parameters

`sender`

The object that sent the command.

## Discussion

Invokes [`unhideWithoutActivation()`](/documentation/AppKit/NSApplication/unhideWithoutActivation()).

## See Also

[`activate(ignoringOtherApps:)`](/documentation/AppKit/NSApplication/activate(ignoringOtherApps:))

Makes the receiver the active app.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)