Colton Idle
08/29/2020, 4:23 AMText("A day in Shark Fin Cove")
Text("Davenport, California")
Text("December 2018")
and then tells you to wrap it in a column
Column {
Text("A day in Shark Fin Cove")
Text("Davenport, California")
Text("December 2018")
}
Is there an easy way to wrap elements in a layout? I think swift UI had an easy way to highlight and right click > wrap with X layout or something. I could see myself using that a lot. Would also be nice to get a list of all layouts when you "surround with" or something.
Unless this already exists... and I'm missing it.Waseef Akhtar
08/29/2020, 4:00 PMIvan Feliciano
08/30/2020, 5:54 AM