Instance Method
widgetDragged:toPoint:
Notify of dragging changes so delegate can animate it.
Declaration
-(void)widgetDragged:(HSWidgetViewController *)widgetViewController toPoint:(CGPoint)point;
Parameters
-
widgetViewController
widget view controller for which drag point changed
-
point
new point to drag widget to
Related Links
Widget Dragging
-
- canDragWidget:
Return whether the widget can begin or continue dragging.
-
- setDraggingWidget:
Set the current widget being dragged.