nsomar / OAStackView

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

Subviews don't animate when axis changes #63

Open niklassaers opened 8 years ago

niklassaers commented 8 years ago

Hi, I've made a little project with a UIStackView where the axis are animated from horizontal to vertical. It's here: https://www.dropbox.com/s/qcjjhx8p8y8xs2f/testStackViewAnimation-UIStackView.zip?dl=0

Then I made it use OAStackView instead: https://www.dropbox.com/s/kkzfjtc8agqh7u7/testStackViewAnimation-OAStackView.zip?dl=0 . I would have liked to change the class in IB from UIStackView to OAStackView, but it wouldn't allow me. So I made a UIView instead and set its class to OAStackView. Here I have the same code to animate, but instead of animating, it just jumps instead.

Any pointers to what I should be doing differently?

Cheers

Nik

nsomar commented 8 years ago

Sorry for the late reply, I will be trying this out soon. Thanks for the patience :)

niklassaers commented 8 years ago

No worries, thanks for having a look at it :-)

dipkasyap commented 7 years ago

is this bug fixing in progress or not ? i am in worse condition, i need to use this feature . crossing fingers :)