Inline Function
HSWidgetSizeMake
Make a widget size using the specified number of rows and columns.
Declaration
static inline HSWidgetSize HSWidgetSizeMake(NSUInteger numRows, NSUInteger numCols);
Parameters
-
numRows
number of grid rows that the size will occupy.
-
numCols
number of grid columns that the size will occupy.
Return Value
A new widget size with the specified number of rows and columns.