mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-03-31 22:43:28 +02:00
Xcode 11 beta 6
This commit is contained in:
@@ -13,7 +13,7 @@ struct TabbarView : View {
|
||||
@State var selectedIndex: Int = 0
|
||||
|
||||
var body: some View {
|
||||
TabbedView(selection: $selectedIndex) {
|
||||
TabView(selection: $selectedIndex) {
|
||||
UsersListView()
|
||||
.tabItem({ Text("Users") })
|
||||
MapView()
|
||||
|
||||
Reference in New Issue
Block a user