nsomar / OAStackView

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

Un-hiding with equal spacing strategy is broken #62

Open pocketpixels opened 8 years ago

pocketpixels commented 8 years ago

I ran into this in our production project, but it is possible to reproduce the issue in the example app as well:

1) Launch example app in Debug mode 2) Tap "Distribution Equal Spacing" 3) Tap on middle view (view 2) to hide it. 4) Tap on "Show all"

nsomar commented 8 years ago

@pocketpixels I am able to reproduce this, on a quick glance, I think the issue is with the current implementation of layout guides. I will be spending more time on this over the coming days.