---
title: removeAllToolTips()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsview/removealltooltips()
---

# removeAllToolTips()

Removes all tooltips assigned to the view.

## Declaration

```swift
func removeAllToolTips()
```

## Discussion

Discussion This method operates on tooltips created using either addToolTip(_:owner:userData:) or set using the toolTip property.

## See Also

### Providing a Tool Tip

- [toolTip](appkit/nsview/tooltip.md)
- [addToolTip(_:owner:userData:)](appkit/nsview/addtooltip(_:owner:userdata:).md)
- [removeToolTip(_:)](appkit/nsview/removetooltip(_:).md)
- [NSView.ToolTipTag](appkit/nsview/tooltiptag.md)
