Property

numRows

Represents number of rows of the size.


Declaration


@property (nonatomic, assign) NSUInteger numRows;

Notes

The property represents the number of rows in the size so any changes to this will effect the underlying structure.

Related Links


Properties

  • size

    Contains dimensions in grid positions.

  • numCols

    Represents number of columns of the size.