nsomar / OAStackView

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

Does not support arrangedSubviews #55

Closed phatmann closed 8 years ago

phatmann commented 8 years ago

In my case I have a subview I do not want to arrange, but this is not possible with the current implementation.

delebedev commented 8 years ago

@phatmann can you please explain why it is not possible? if you add view with addSubview: it is not going to be arranged

phatmann commented 8 years ago

Now I see: if I add a subview after initialization is done it will not be laid out. Thanks for the clarification.