Instance Method
setDraggingWidget:
Set the current widget being dragged.
Declaration
-(void)setDraggingWidget:(HSWidgetViewController *)widgetViewController;
Parameters
-
widgetViewController
widget view controller to set as the dragging widget, pass in nil to unset dragging widget.
Related Links
Widget Dragging
-
- canDragWidget:
Return whether the widget can begin or continue dragging.
-
- widgetDragged:toPoint:
Notify of dragging changes so delegate can animate it.