APReorderableStackView
APReorderableStackView copied to clipboard
Add didDrag delegate method
When using this stackview in a scrollview we need to know when something is dragging so we can scroll the scrollview automatically. This adds a delegate method that makes this possible.