Instance Method
canDragWidget:
Return whether the widget can begin or continue dragging.
Declaration
-(BOOL)canDragWidget:(HSWidgetViewController *)widgetViewController;
Parameters
-
widgetViewController
widget view controller to examine
Return Value
YES if the specified widget is currently being dragged or can begin dragging; otherwise NO.
Related Links
Widget Dragging
-
- setDraggingWidget:
Set the current widget being dragged.
-
- widgetDragged:toPoint:
Notify of dragging changes so delegate can animate it.