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

# unhide(_:)

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

## Declaration

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

## Parameters

- `sender`: The object that sent the command.

## Discussion

Discussion Invokes unhideWithoutActivation().

## See Also

### Related Documentation

- [activate(ignoringOtherApps:)](appkit/nsapplication/activate(ignoringotherapps:).md)

### Hiding Windows

- [isHidden](appkit/nsapplication/ishidden.md)
- [hide(_:)](appkit/nsapplication/hide(_:).md)
- [unhideWithoutActivation()](appkit/nsapplication/unhidewithoutactivation().md)
