nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

Support IBDesignable #36

Open nobre84 opened 8 years ago

nobre84 commented 8 years ago

Would it be possible to support it? I played a bit with the code but I didn't understand enough of the inner workings to get something useful. How the subviews are added as arrangedViews and get their constraints created? Would IB correctly adapt to this and update the child frames?

nsomar commented 8 years ago

I think this is possible, but it would require some work. I will be playing around this in the coming days.