Contents

subtitleFrame()

Returns the receiver’s subtitle frame rectangle.

Declaration

func subtitleFrame() -> NSRect

Return Value

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

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