Structure

HSWidgetPosition

A structure that contains location in grid positions.


Declaration


typedef struct HSWidgetPosition {
	...
} HSWidgetPosition;

Overview

Positions are grid positions that follow iOS coordinate space where the origin is upper-left corner and positive extends towards the lower-right corner. These positions are represented using (row, column) format.

Topics


Constants


Member Fields

  • row

    The row of the position.

  • col

    The column of the position.


Creating Position


Arithmetic


Checking Characteristics