GrabHandle
A widget for moving something; think of it as the title bar of a window.
Grabbing the title bar moves the window, not the title bar. Same here; set this as the subview of your root view to make it movable. You can set any bounds on this handle to position it at a good location in your view.
Constructor
grab_handle = GrabHandle(bounds)
Arguments
Name | Type | Description |
---|---|---|
bounds | Bounds | The GrabHandle’s bounds. |
Returns
Nothing