Property

row

Represents the row of the position.


Declaration


@property (nonatomic, assign) NSUInteger row;

Notes

The property represents the row in the position so any changes to this will effect the underlying structure.

Related Links


Properties

  • position

    Contains location and dimensions in grid positions.

  • col

    Represents the column of the position.