"Stack"s in UIKit and SwiftUI are really just "group"ings. How do you want to group these things? Also implies that it doesn't draw pixels, only arranges others.
"Layouts" is a better word, I think. HorizontalLayout, VerticalLayout, ZLayout, GridLayout, FlexibleLayout (for when axis may change). For short:
"Stack"s in UIKit and SwiftUI are really just "group"ings. How do you want to group these things? Also implies that it doesn't draw pixels, only arranges others.
"Layouts" is a better word, I think. HorizontalLayout, VerticalLayout, ZLayout, GridLayout, FlexibleLayout (for when axis may change). For short: