mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-01 15:03:21 +02:00
Minimum changes for Xcode 11 beta 5
This commit is contained in:
@@ -15,9 +15,9 @@ struct TabbarView : View {
|
||||
var body: some View {
|
||||
TabbedView(selection: $selectedIndex) {
|
||||
UsersListView()
|
||||
.tabItemLabel(Text("Users"))
|
||||
.tabItem({ Text("Users") })
|
||||
MapView()
|
||||
.tabItemLabel(Text("Map"))
|
||||
.tabItem({ Text("Map") })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user