Код: Выделить всё
}
.tabViewStyle(.page(indexDisplayMode: .always))
.indexViewStyle(.page(backgroundDisplayMode: .always))
.frame( height: heigth * 0.4)
.onAppear(){
setupAppearance()
}
}
}
}
}
func setupAppearance() {
UIPageControl.appearance().currentPageIndicatorTintColor = colorScheme == .light ? .black : .white
UIPageControl.appearance().pageIndicatorTintColor = UIColor.black.withAlphaComponent(0.2)
}
спасибо.
Подробнее здесь: https://stackoverflow.com/questions/720 ... in-swiftui