Код: Выделить всё
struct ContentView: View {
var body: some View {
List {
ForEach(1..
Подробнее здесь: [url]https://stackoverflow.com/questions/78352521/list-with-scrollable-horizontal-rows-content-of-variable-height-items-cropped[/url]
Код: Выделить всё
struct ContentView: View {
var body: some View {
List {
ForEach(1..
Подробнее здесь: [url]https://stackoverflow.com/questions/78352521/list-with-scrollable-horizontal-rows-content-of-variable-height-items-cropped[/url]