Property

col

Represents the column of the position.


Declaration


@property (nonatomic, assign) NSUInteger col;

Notes

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

Related Links


Properties

  • position

    Contains location and dimensions in grid positions.

  • row

    Represents the row of the position.