mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-06-10 16:32:46 +02:00
Xcode 11 beta 6
This commit is contained in:
@@ -33,7 +33,7 @@ struct UsersListView : View {
|
||||
.onMove(perform: move)
|
||||
}
|
||||
}
|
||||
.listStyle(.grouped)
|
||||
.listStyle(GroupedListStyle())
|
||||
.navigationBarTitle(Text("Users (\(state.usersState.users.count))"))
|
||||
.navigationBarItems(trailing: EditButton())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user