APReorderableStackView
APReorderableStackView copied to clipboard
add support for use of insertArrangedSubview(view:at)
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?