1

Swiftui 3 Apple では、更新可能な修飾子が追加されました。リストで使えます。しかし、スクロールビューがある場合は機能しません。何か案は?

ScrollView(.vertical) {
        LazyVGrid(columns: columns, spacing: gridSpacing) {
            ForEach($products, id: \.self) { product in
                CardView()
            }
        }
    }.refreshable {
        
    }
4

0 に答える 0