Instance Method
containsSpaceForGridPositions:
Return whether there is enough space available for grid positions.
Declaration
-(BOOL)containsSpaceForGridPositions:(NSArray *)positions;
Parameters
-
positions
array of grid positions that are examined for availability (can contain current widget position).
Return Value
YES if specified positions are available; otherwise NO.
Related Links
Checking Space Availability
-
- containsSpaceForWidgetSize:
Return whether there is enough space available for widget of specified size.