APReorderableStackView icon indicating copy to clipboard operation
APReorderableStackView copied to clipboard

add support for use of insertArrangedSubview(view:at)

Open teameh opened this issue 6 years ago • 0 comments

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?

teameh avatar Aug 07 '19 14:08 teameh