From migrate document: https://developers.arcgis.com/swift/reference/migrate-from-100-x-to-200-x/
I noticed that I need to migrate my application to use SwiftUI to us the new ArcGIS version v200.x
"Migrating existing apps requires significant changes, specifically rebuilding the user interface with SwiftUI and implementing asynchronous code with async/await. A solid understanding of these technologies will help ease your transition and provide a solid foundation."
Is it possible to use UIKit for ArcGIS version v200.x?
Many thanks!