mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-05-28 02:19:32 +02:00
Updated for Xcode 11 Beta3
This commit is contained in:
@@ -12,7 +12,7 @@ struct CategoryRow: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading) {
|
||||
ScrollView(showsHorizontalIndicator: false) {
|
||||
ScrollView(.horizontal) {
|
||||
HStack(alignment: .top, spacing: 0) {
|
||||
ForEach(self.items.identified(by: \.id)) { zone in
|
||||
CategoryItem(zone: zone)
|
||||
|
||||
Reference in New Issue
Block a user