APReorderableStackView icon indicating copy to clipboard operation
APReorderableStackView copied to clipboard

Results 7 APReorderableStackView issues
Sort by recently updated
recently updated
newest added

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...

I broke the reordering in my stackview by switching from `stackview.addArrangedSubview(view)` to `stackview.insertArrangedSubview(view, at: stackIndex)`. It's no problem to support both methods right?

Here's a new PR that strictly addresses adding horizontal support. I wasn't sure how you want to handle delegation in this case, so currently If the stack view is set...

Thank you for your awesome work! I need to reordering multiple stackView, similar to following case UIStackView 1 ---> UIView 1 UIStackView 2 ---> UIView 2 Where I need to...

Placing fingers in multiple UIViews simultaneously causes the one of the views to get stuck in the 'temporary state' permanently - the original view never becomes unhidden (alpha not restored...

Inside the cleanupUpAfterReordering() function `self.clipsToBounds = !self.clipsToBoundsWhileReordering` is causing the log to spit out > - changing property masksToBounds in transform-only layer, will have no effect In Xcode 7.2 with...