ScottRobbins / DeclarativeLayout

A declarative, expressive and efficient way to lay out your views.
MIT License
5 stars 0 forks source link

Fix stackview layout bug when moving view out of being an arranged subview #16

Closed ScottRobbins closed 5 years ago

ScottRobbins commented 5 years ago

completes https://github.com/HotCocoaTouch/DeclarativeLayout/issues/12

The algorithm i used is fairly inefficient, i should come back and improve that

ScottRobbins commented 5 years ago

The algorithm i used is fairly inefficient, i should come back and improve that

updated it in this commit so it should be more efficient.

I don't have performance benchmarks right now that test out stack views. I should do that.