FluidGroup / MondrianLayout

🏗 A way to build AutoLayout rapidly than using InterfaceBuilder(XIB, Storyboard) in iOS.
https://medium.com/geekculture/describing-autolayout-with-imaginable-how-it-lays-out-programmatically-mondrianlayout-71efe82f3149
MIT License
168 stars 11 forks source link

justify - distribution in stack #4

Open muukii opened 3 years ago

muukii commented 3 years ago

including fillEqually

PangMo5 commented 2 years ago

Halo o/ First of all, thank you for making such a good library.

Is there any update on this issue?

muukii commented 2 years ago

I don't have any updates for now. Actually, justify option is needed sometimes, but other blocks help this case. For example, Wrapping V/H Stack with ZStack lays out centering.

muukii commented 2 years ago

Before getting implementation, I need to know what options to be included in justify option. And comparison in SwiftUI, needs to concern about why they don't have justify option.