jed_fox1’s avatarjed_fox1’s Twitter Archive — № 1,029

    1. …in reply to @stroughtonsmith
      @stroughtonsmith “Flow/inline layout” — lay out views like an HStack but wrap to multiple lines if necessary. A few places across the OS use web views (which support flow layouts through display: inline/inline-block or flex-wrap) to do this, including the footer of the Photos app.
  1. …in reply to @jed_fox1
    @stroughtonsmith I tried some solutions online and they just didn’t work ¯\_(ツ)_/¯. Alternatively it would be awesome to expose a custom layout API so we could build our own layout primitives like HStack and LazyVGrid.