Instance Method
containsSpaceForWidgetSize:
Return whether there is enough space available for widget of specified size.
Declaration
-(BOOL)containsSpaceForWidgetSize:(HSWidgetSize)size;
Parameters
-
size
size used to check if enough space is available.
Return Value
YES if there is enough spaces available for a widget of specified size; otherwise NO.
Related Links
Checking Space Availability
-
- containsSpaceForGridPositions:
Return whether there is enough space available for grid positions.