Open ghost opened 8 years ago
You mean taking an arrangedSubview
from one stack view and placing it in another?
Yes. I can reorder in the same StackView but not between two StackViews.
I don't believe that's supported yet but if you want to give this a shot and submit a PR that would be awesome. If not I'll try to take a look at in the next few weeks.
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 reorder UIView1 and UIView 2
Is this something that I can achieve with this lib ? I'm already setting up a custom stackView but wanted to know if I can extend yours and make PR. any thoughts that can point to right direction...