<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBrowser/drawTitle(ofColumn:in:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBrowser(im)drawTitleOfColumn:inRect:"
  },
  "title" : "drawTitle(ofColumn:in:)"
}
-->

# drawTitle(ofColumn:in:)

Draws the title for the specified column within the given rectangle.

```
func drawTitle(ofColumn column: Int, in rect: NSRect)
```

## Parameters

`column`

The index of the column for which to draw the title.

`rect`

The rectangle within which to draw the title.

---

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)