Contents

init(numberOfColumns:rows:)

Creates a newly allocated grid view object with the specified number of columns and rows.

Declaration

convenience init(numberOfColumns columnCount: Int, rows rowCount: Int)

Parameters

  • columnCount:

    The number of columns for this grid view.

  • rowCount:

    The number of rows for this grid view.

See Also

Creating a Grid View