Код: Выделить всё
if [condition...button pressed] {
self.tabBarController!.selectedIndex = 2
}
Подробнее здесь: https://stackoverflow.com/questions/625 ... in-swiftui
Код: Выделить всё
if [condition...button pressed] {
self.tabBarController!.selectedIndex = 2
}