Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 510 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 510 Bytes

AsyncListSwiftUI

Sample code to complement an article about dynamic lists in SwiftUI. You find the article here: Dynamic Lists with SwiftUI Using Swift Concurrency for Asynchronous Data Loading

The article demonstrates a list infrastructure that facilitates the separation of concerns between the data model and UI. It also makes use of Swift Concurrency features (async/await etc) for the asynchronous parts.