A SwiftUI demo app showcasing image downloading with progress tracking using AsyncSequence and I/O MVVM architecture.
- Asynchronous image downloading using URLSession.bytes
- Real-time download progress tracking
- Clean I/O MVVM (Input/Output Model-View-ViewModel) architecture