iCloud with swiftui

My app currently uses the iCloud to bring down data for a list using swift how can I use SwiftUI to bring that data down and populate a list ?

Replies

CloudKit is accessible to SwiftUI apps the same way as it is currently for your non-SwiftUI app that uses Swift. Can you clarify which piece you're missing?