Class Method

canAddWidgetForAvailableGridPositions:

Get whether the widget can be added for given available grid positions.


Declaration


+(BOOL)canAddWidgetForAvailableGridPositions:(NSArray *)positions;

Parameters

Return Value

YES if given positions has available space to add widget; otherwise NO. The default implementation of this method is to check if positions contains enough space for minimumSize.

Related Links


Adding Widgets