Chronstruct / primitives

MIT License
3 stars 0 forks source link

Layouts #43

Closed kylpo closed 4 years ago

kylpo commented 5 years ago

"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:

kylpo commented 5 years ago

H(.scrollable)

overflow: scroll, wrap, truncate