The Exchange App is a currency conversion application for iOS designed for real-time conversion between USD and Global currencies. A native iOS application demonstrating advanced UIKit techniques and Clean Architecture principles.
- UI Framework: UIKit (Programmatic UI)
- Architecture: MVVM + @Observable (Modern Swift features for reactive UI updates without external dependencies)
- Concurrency: Swift Concurrency (Async/Await)
- Target: iOS 17.0+
- Clone the repo
- Open
ExchangeApp.xcodeproj - Run on Simulator (iOS 17+)