Instance Method

containsSpaceForWidgetSize:

Return whether there is enough space available for widget of specified size.


Declaration


-(BOOL)containsSpaceForWidgetSize:(HSWidgetSize)size;

Parameters

Return Value

YES if there is enough spaces available for a widget of specified size to be added; otherwise NO.

Related Links


Checking Space Availability