---
title: subtitleFrame()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimagebrowsercell/subtitleframe()
---

# subtitleFrame()

Returns the receiver’s subtitle frame rectangle.

## Declaration

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

## Return Value

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

## Discussion

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

## See Also

### Cell Component Frames

- [frame()](quartz/ikimagebrowsercell/frame().md)
- [imageFrame()](quartz/ikimagebrowsercell/imageframe().md)
- [titleFrame()](quartz/ikimagebrowsercell/titleframe().md)
- [imageContainerFrame()](quartz/ikimagebrowsercell/imagecontainerframe().md)
