---
title: titleFrame()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimagebrowsercell/titleframe()
---

# titleFrame()

Returns the receiver’s title frame rectangle.

## Declaration

```swift
func titleFrame() -> NSRect
```

## Return Value

Return Value The coordinates of the title frame, in the IKImageBrowserView coordinate space.

## Discussion

Discussion It is the developer’s responsibility to compute the titleFrame such that it lies entirely within the cell’s frame() rectangle. Subclasses can override this method to customize the position of the title.

## See Also

### Cell Component Frames

- [frame()](quartz/ikimagebrowsercell/frame().md)
- [imageFrame()](quartz/ikimagebrowsercell/imageframe().md)
- [subtitleFrame()](quartz/ikimagebrowsercell/subtitleframe().md)
- [imageContainerFrame()](quartz/ikimagebrowsercell/imagecontainerframe().md)
