---
title: unhide()
framework: appkit
role: symbol
role_heading: Type Method
path: appkit/nscursor/unhide()
---

# unhide()

Negates an earlier call to hide() by showing the current cursor.

## Declaration

```swift
class func unhide()
```

## Discussion

Discussion Each invocation of unhide must be balanced by an invocation of hide() in order for the cursor display to be correct.

## See Also

### Setting cursor attributes

- [image](appkit/nscursor/image.md)
- [hotSpot](appkit/nscursor/hotspot.md)
- [hide()](appkit/nscursor/hide().md)
- [setHiddenUntilMouseMoves(_:)](appkit/nscursor/sethiddenuntilmousemoves(_:).md)
