clayellis / APReorderableStackView

Other
36 stars 8 forks source link

Reorder between multiple UIStackViews #3

Open ghost opened 8 years ago

ghost commented 8 years ago

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

clayellis commented 8 years ago

You mean taking an arrangedSubview from one stack view and placing it in another?

ghost commented 8 years ago

Yes. I can reorder in the same StackView but not between two StackViews.

clayellis commented 8 years ago

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.