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

Return Value

A new widget size with the specified number of rows and columns.