Contents

titleFrame()

Returns the receiver’s title frame rectangle.

Declaration

func titleFrame() -> NSRect

Return Value

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

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