Contents

init(frame:)

Creates a newly allocated grid view object with the specified frame rectangle.

Declaration

init(frame frameRect: NSRect)

Parameters

  • frameRect:

    The frame rectangle for the view, measured in points. The origin of the frame is relative to the superview in which you plan to add it.

See Also

Creating a Grid View