mamaral / Neon

A powerful Swift programmatic UI layout framework.
MIT License
4.58k stars 389 forks source link

StackFillEdge? #71

Open wdcurry opened 6 years ago

wdcurry commented 6 years ago

Perhaps i am missing this, or perhaps my suggested name is not quite right but my basic use case causes me to introduce container views to achieve my layout. It is similar to building a table row by row: the first view must fill top width, then the next one must fill the next top width below it and so on. Grouping top left than calculating width could work but the adding of the elements can be staggering in time.

Perhaps this is already easy and I am just missing how? thx..

Awesome repo btw!!