uibutton
Вопросы и ответы
Вопрос или проблема У меня есть Swift UI List с plain стилем, как на следующем примере: struct CustomList: View { var body: some View { List { ForEach(state.sections) { section in inboxSection(section: section) } } .listStyle(.