Contents

init(views:)

Creates a newly allocated grid view object with the specified array of arrays of views.

Declaration

convenience init(views rows: [[NSView]])

Parameters

  • rows:

    An array of arrays of grid view row objects.

Discussion

This method creates an autoreleased grid view large enough to hold the passed array of rows. Each element in the array is itself an array of views for that row.

See Also

Creating a Grid View