Код: Выделить всё
struct TestVOView: View {
@State private var currentPage: Int = 0
var body: some View {
TabView(selection: $currentPage) {
ForEach(0..
Подробнее здесь: [url]https://stackoverflow.com/questions/79729740/swiftui-voiceover-with-tabview-change-spoken-text[/url]
Мобильная версия