mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-26 10:38:37 +02:00
Remove deprecation warnings for Xcode beta4
This commit is contained in:
@@ -14,7 +14,7 @@ struct CategoryRow: View {
|
||||
VStack(alignment: .leading) {
|
||||
ScrollView(.horizontal) {
|
||||
HStack(alignment: .top, spacing: 0) {
|
||||
ForEach(self.items.identified(by: \.id)) { zone in
|
||||
ForEach(self.items, id: \.id) { zone in
|
||||
CategoryItem(zone: zone)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user